Files
noteflow/client/tsconfig.json
2026-01-14 23:23:01 -05:00

18 lines
385 B
JSON

{
"files": [],
"references": [{ "path": "./tsconfig.app.json" }, { "path": "./tsconfig.node.json" }],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
},
"strict": true,
"noImplicitAny": true,
"noUnusedParameters": true,
"skipLibCheck": true,
"allowJs": true,
"noUnusedLocals": true,
"strictNullChecks": true
}
}