mirror of
https://github.com/wekan/wekan.git
synced 2026-01-08 18:48:50 +01:00
9 lines
205 B
JSON
9 lines
205 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"module": "commonjs",
|
||
|
|
"target": "es6"
|
||
|
|
},
|
||
|
|
"exclude": ["node_modules", "**/node_modules/*"],
|
||
|
|
"include": ["server/**/*", "client/**/*","config/**/*", "packages/**/*"]
|
||
|
|
}
|