mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-01 15:59:33 +00:00
15 lines
264 B
JSON
15 lines
264 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"module": "commonjs",
|
||
|
|
"target": "es5",
|
||
|
|
"sourceMap": true,
|
||
|
|
"typeRoots": ["../node_modules"],
|
||
|
|
"types": ["jquery", "js-cookie", "bootstrap"]
|
||
|
|
},
|
||
|
|
"exclude": [
|
||
|
|
"node_modules"
|
||
|
|
],
|
||
|
|
"include": [
|
||
|
|
"./ts_src/*"
|
||
|
|
]
|
||
|
|
}
|