17 lines
293 B
JSON
17 lines
293 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"lib": [ "dom", "es5", "es2015.promise" ],
|
||
|
"target": "es5",
|
||
|
"experimentalDecorators": true,
|
||
|
"skipLibCheck": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
"library",
|
||
|
"local",
|
||
|
"temp",
|
||
|
"build",
|
||
|
"settings"
|
||
|
]
|
||
|
}
|