mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-25 23:58:02 +03:00
15 lines
309 B
JSON
15 lines
309 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2016",
|
|
"module": "CommonJS",
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"skipLibCheck": true,
|
|
"baseUrl": "."
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|