2023-09-05 01:27:33 +03:00
|
|
|
{
|
2024-10-11 21:23:02 +03:00
|
|
|
"extends": "../../tsconfig.json",
|
2023-09-05 01:27:33 +03:00
|
|
|
"files": [],
|
|
|
|
"references": [
|
2024-07-17 12:10:42 +03:00
|
|
|
{ "path": "./tsconfig.node.json" },
|
|
|
|
{ "path": "./tsconfig.app.json" },
|
|
|
|
{ "path": "./tsconfig.app.vitest.json" },
|
|
|
|
{ "path": "./tsconfig.scripts.json" }
|
2024-08-08 15:12:05 +03:00
|
|
|
],
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "Preserve",
|
|
|
|
"customConditions": ["source"],
|
|
|
|
"composite": true,
|
|
|
|
"strict": true,
|
|
|
|
"strictNullChecks": true,
|
|
|
|
"noUncheckedIndexedAccess": true,
|
|
|
|
"exactOptionalPropertyTypes": true
|
|
|
|
}
|
2023-09-05 01:27:33 +03:00
|
|
|
}
|