Part-DB-server/assets/tsconfig.json

15 lines
322 B
JSON
Raw Normal View History

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