mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Upgrading NX and start fixing styles
This commit is contained in:
+4
-5
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./out-tsc/app"
|
||||
"outDir": "./out-tsc/app",
|
||||
"target": "ES2022",
|
||||
"useDefineForClassFields": false
|
||||
},
|
||||
"files": [
|
||||
"demo-shell/src/main.ts",
|
||||
"demo-shell/src/polyfills.ts"
|
||||
]
|
||||
"files": ["demo-shell/src/main.ts", "demo-shell/src/polyfills.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user