24 lines
396 B
JSON
24 lines
396 B
JSON
{
|
|||
|
|
"compilerOptions": {
|
||
|
|
"allowJs": true,
|
||
|
|
"noImplicitAny": false,
|
||
|
|
"noUnusedLocals": false,
|
||
|
|
"noUnusedParameters": false,
|
||
|
|
"paths": {
|
||
|
|
"@/*": [
|
||
|
|
"./src/*"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"strictNullChecks": false
|
||
|
|
},
|
||
|
|
"files": [],
|
||
|
|
"references": [
|
||
|
|
{
|
||
|
|
"path": "./tsconfig.app.json"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "./tsconfig.node.json"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|