ledgerrb/public/app/tsconfig.json
Gwenhael Le Moine ba01b39b9d
mega refactoring, typescript & Co.
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
2017-11-06 16:50:44 +01:00

15 lines
308 B
JSON

{
"compilerOptions": {
"target": "es5",
"declaration": false,
"removeComments": true,
"sourceMap": false,
"outFile": "js/app.js"
},
"include": [
"ts/app.ts",
"ts/state.ts",
"ts/components/*.ts",
"ts/services/*.ts",
],
}