Files
saladeaula.digital/apps/id.saladeaula.digital/tsconfig.json
2025-12-03 01:24:52 -03:00

21 lines
422 B
JSON

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