enso/app/ydoc-shared/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
228 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"rootDir": "src",
"outDir": "dist",
"types": ["node", "vitest/importMeta"]
}
}