mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 00:43:04 +00:00
20 lines
420 B
JSON
20 lines
420 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "es2020",
|
|
"lib": ["es6", "dom"],
|
|
"types": [],
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declarationDir": ".",
|
|
"noEmitOnError": false,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["./"],
|
|
"exclude": ["node_modules/"]
|
|
}
|