alfresco-content-app/e2e/tsconfig.e2e.typecheck.json
Denys Vuika ddc6f36ab4
Prettier upgrade and e2e type checks (#1522)
* upgrade prettier

* noImplicitAny rule

* fix type

* update tsconfig

* upgrade to 150 print width
2020-07-14 10:03:23 +01:00

12 lines
233 B
JSON

{
"extends": "./tsconfig.e2e.json",
"compilerOptions": {
"noEmit": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"esModuleInterop": true,
"allowJs": true,
"allowSyntheticDefaultImports": true
}
}