mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 11:20:13 +01:00
8 lines
205 B
JSON
8 lines
205 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6"
|
|
},
|
|
"exclude": ["node_modules", "**/node_modules/*"],
|
|
"include": ["server/**/*", "client/**/*","config/**/*", "packages/**/*"]
|
|
}
|