apkt-eis/tsconfig.json
2024-02-19 09:08:50 +07:00

18 lines
283 B
JSON
Executable File

{
"files": [],
"references": [
{
"path": "./tsconfig.node.json"
},
{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.vitest.json"
}
],
"compilerOptions": {
"strict": true,
"forceConsistentCasingInFileNames": true
}
}