Part-DB.Part-DB-server/assets/tsconfig.json

15 lines
No EOL
312 B
JSON

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