mirror of
https://github.com/gwenhael-le-moine/credger.git
synced 2024-12-27 09:58:20 +01:00
19 lines
367 B
JSON
19 lines
367 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es5",
|
||
|
"module": "none",
|
||
|
"declaration": false,
|
||
|
"removeComments": true,
|
||
|
"sourceMap": false,
|
||
|
"outFile": "js/app.js",
|
||
|
"lib": [
|
||
|
"dom","es2015"
|
||
|
],
|
||
|
},
|
||
|
"include": [
|
||
|
"ts/app.ts",
|
||
|
"ts/services/*.ts",
|
||
|
"ts/components/*.ts",
|
||
|
],
|
||
|
}
|