mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
15 lines
No EOL
230 B
JSON
15 lines
No EOL
230 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"sourceMap": true,
|
|
"typeRoots": ["../node_modules"],
|
|
"types": []
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
],
|
|
"include": [
|
|
"./ts_src/*"
|
|
]
|
|
} |