mirror of
https://gitea.tendokyu.moe/CharaLol/Yukiotoko.git
synced 2026-09-22 22:38:05 +03:00
16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "commonjs",
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": false,
|
|
"removeComments": true,
|
|
"resolveJsonModule": true,
|
|
"useUnknownInCatchVariables": false,
|
|
"esModuleInterop": true,
|
|
"baseUrl": "./",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|