358fdf174c
Signed-off-by: Dennis Francis <dennis.francis@collabora.com> Change-Id: Ifff10e41d8737907685939dca3c34dd855517c3b
22 lines
479 B
JSON
22 lines
479 B
JSON
{
|
|
"compileOnSave": false,
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "none",
|
|
"lib": ["dom", "es2016"],
|
|
"sourceMap": false,
|
|
"incremental": true,
|
|
|
|
"moduleResolution": "classic",
|
|
"noImplicitAny": true,
|
|
"removeComments": false,
|
|
"preserveConstEnums": false,
|
|
"downlevelIteration": true,
|
|
"watch": false,
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"./node_modules",
|
|
"./node_modules/*"
|
|
]
|
|
}
|