mirror of
https://github.com/FMS-Cat/condition.git
synced 2025-08-31 17:11:49 +02:00
17 lines
334 B
JSON
17 lines
334 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": false,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|