mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
24 lines
398 B
JSON
24 lines
398 B
JSON
{
|
|
"compilerOptions": {
|
|
"types": [],
|
|
"lib": [
|
|
"ES2019",
|
|
"ES2020.String",
|
|
"DOM",
|
|
"DOM.Iterable"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitOverride": true,
|
|
"strict": true,
|
|
"module": "es6",
|
|
"target": "es2019",
|
|
"sourceMap": true,
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": [
|
|
"./src"
|
|
]
|
|
}
|