e5c1d0e637
Change-Id: Ief7edfe7e3ff3a0a1ec24b4dc106bdeee5d0f8ff Signed-off-by: Henry Castro <hcastro@collabora.com>
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/*"
|
|
]
|
|
}
|