Tldraw/packages/namespaced-tldraw/tsconfig.json

16 wiersze
320 B
JSON

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