mirror of
https://github.com/chrononeko/chronocat.git
synced 2024-11-16 04:35:56 +00:00
17 lines
391 B
JSON
17 lines
391 B
JSON
{
|
|
"extends": "@tsconfig/strictest/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "CommonJS",
|
|
"emitDeclarationOnly": true,
|
|
"declaration": true,
|
|
"composite": true,
|
|
"incremental": true,
|
|
"skipLibCheck": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"exactOptionalPropertyTypes": false,
|
|
}
|
|
}
|