This commit is contained in:
Paolo Arena
2021-09-22 01:14:30 +02:00
parent db4b06f67f
commit f24dd63551
17 changed files with 707 additions and 117 deletions

View File

@@ -4,9 +4,11 @@
// repeated from base config's "include" setting
"src",
"tests",
"src-pwa",
"public/js",
// these are the eslint-only inclusions
".eslintrc.js"
"**/*.config.js" // for *.config.js files
],
"compilerOptions": {
"experimentalDecorators": true,
@@ -37,5 +39,8 @@
"model": ["src/model/index.ts"],
"enums": ["src/enums/*"]
}
}
},
"exclude": [
"node_modules"
]
}