apkt-eis/tsconfig.json
2024-02-23 11:16:59 +07:00

20 lines
343 B
JSON
Executable File

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