Tldraw/packages/tldraw/tsconfig.json

13 wiersze
367 B
JSON

{
"extends": "../../config/tsconfig.base.json",
"include": ["src"],
"exclude": ["node_modules", "dist", "**/*.css", ".tsbuild*", "./scripts/legacy-translations"],
"compilerOptions": {
"outDir": "./.tsbuild",
// TODO: Enable noImplicitReturns
"noImplicitReturns": false,
"rootDir": "src"
},
"references": [{ "path": "../editor" }, { "path": "../ui" }]
}