зеркало из
https://github.com/kodackx/disinformation-quest.git
synced 2025-10-28 20:34:15 +02:00
20 строки
379 B
JSON
20 строки
379 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.app.json" },
|
|
{ "path": "./tsconfig.node.json" }
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
},
|
|
"noImplicitAny": false,
|
|
"noUnusedParameters": false,
|
|
"skipLibCheck": true,
|
|
"allowJs": true,
|
|
"noUnusedLocals": false,
|
|
"strictNullChecks": false
|
|
}
|
|
}
|