Part-DB.Part-DB-server/assets/tsconfig.json
2019-03-25 12:44:44 +01:00

15 lines
No EOL
301 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"sourceMap": true,
"typeRoots": ["../node_modules"],
"types": ["jquery", "js-cookie", "bootstrap", "jquery.form", "bootstrap-treeview"]
},
"exclude": [
"node_modules"
],
"include": [
"./ts_src/*"
]
}