Tldraw/scripts/tsconfig.json

11 wiersze
193 B
JSON

{
"extends": "../config/tsconfig.base.json",
"compilerOptions": {
"composite": false,
"esModuleInterop": true,
"emitDeclarationOnly": false,
"noEmit": true
},
"include": ["**/*"]
}