19 lines
298 B
JSON
19 lines
298 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "AMD",
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"outFile": "main.js",
|
|
"sourceMap": true,
|
|
"target": "ES5"
|
|
},
|
|
"include": [
|
|
"**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|