tldraw/packages/ui/tsconfig.json
2023-04-25 12:01:25 +01:00

17 lines
442 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": "../primitives" },
{ "path": "../tlsync-client" },
{ "path": "../utils" }
]
}