Files
saladeaula.digital/id.saladeaula.digital/client/tsconfig.json
2025-08-11 18:36:39 -03:00

19 lines
341 B
JSON

{
"files": [],
"references": [
{ "path": "./tsconfig.node.json" },
{ "path": "./tsconfig.cloudflare.json" }
],
"compilerOptions": {
"checkJs": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"baseUrl": ".",
"paths": {
"@/*": ["./app/*"]
}
}
}