18 lines
335 B
JSON
18 lines
335 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": false,
|
|
"noEmitOnError": true,
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"target": "ES2015",
|
|
"module": "System",
|
|
"moduleResolution": "Node",
|
|
"lib": [ "es2015" ]
|
|
},
|
|
"compileOnSave": true,
|
|
"exclude": [
|
|
"typings",
|
|
"node_modules",
|
|
"wwwroot"
|
|
]
|
|
} |