20 lines
459 B
JSON
20 lines
459 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"module": "umd",
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"removeComments": false,
|
|
"noImplicitAny": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"outDir": "../dist/src",
|
|
"declaration": true
|
|
},
|
|
"include": [
|
|
"./**/*",
|
|
"../../typings/*"
|
|
]
|
|
}
|