ledgerrb/public/app/tsconfig.json

16 lines
308 B
JSON
Raw Normal View History

{
"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",
],
}