Files
openstapps/configuration/eslint-config/tsconfig.json
Thea Schöbl 0d60b8bfad feat: update tests
feat: update tests

feat: update tests
2023-05-31 14:05:45 +02:00

9 lines
134 B
JSON

{
"extends": "@openstapps/tsconfig",
"compilerOptions": {
"allowJs": true,
"types": ["node"]
},
"include": ["*.js"]
}