Files
pezkuwi-ui/tsconfig.eslint.json
T
2019-09-05 12:25:14 +02:00

12 lines
160 B
JSON

{
"extends": "./tsconfig.json",
"exclude": [
"build",
"packages/*/build"
],
"compilerOptions": {
"allowJs": true,
"checkJs": true
}
}