mirror of
https://github.com/wekan/wekan.git
synced 2026-03-12 08:32:33 +01:00
merged with wekan master @ v5.38
This commit is contained in:
parent
cb418f5e23
commit
84801010d5
2 changed files with 11 additions and 0 deletions
8
jsconfig.json
Normal file
8
jsconfig.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es6"
|
||||
},
|
||||
"exclude": ["node_modules", "**/node_modules/*"],
|
||||
"include": ["server/**/*", "client/**/*","config/**/*", "packages/**/*"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue