17 lines
346 B
JSON
17 lines
346 B
JSON
|
{
|
||
|
"version": "1.5.0",
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "commonjs",
|
||
|
"declaration": false,
|
||
|
"noImplicitAny": false,
|
||
|
"removeComments": true,
|
||
|
"noLib": false,
|
||
|
"outDir": "dist/js/cjs"
|
||
|
},
|
||
|
"filesGlob": [
|
||
|
"./**/*.ts",
|
||
|
"!./node_modules/**/*.ts"
|
||
|
],
|
||
|
}
|