mirror of
https://github.com/garraflavatra/trmclr.git
synced 2024-11-22 07:47:34 +01:00
24 lines
607 B
JSON
24 lines
607 B
JSON
|
{
|
||
|
"$schema": "https://json.schemastore.org/tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"composite": false,
|
||
|
"declaration": true,
|
||
|
"declarationMap": true,
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"inlineSources": false,
|
||
|
"isolatedModules": true,
|
||
|
"moduleResolution": "node",
|
||
|
"noUnusedLocals": false,
|
||
|
"noUnusedParameters": false,
|
||
|
"preserveWatchOutput": true,
|
||
|
"skipLibCheck": true,
|
||
|
"strict": true,
|
||
|
"importsNotUsedAsValues": "error",
|
||
|
"lib": ["ESNext"],
|
||
|
"target": "es2020",
|
||
|
"module": "es2022"
|
||
|
},
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|