mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* upgrade prettier * noImplicitAny rule * fix type * update tsconfig * upgrade to 150 print width
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"extends": "./tsconfig.e2e.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitAny": true,
|
|
"esModuleInterop": true,
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|