Files
saladeaula.digital/apps/id.saladeaula.digital/tsconfig.json
2025-11-07 16:09:01 -03:00

20 lines
387 B
JSON

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