20 lines
343 B
JSON
Executable File
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"]
|
|
}
|
|
}
|