Files
alfresco-content-app/app/tsconfig.app.adf.json
Maurizio Vitale 3cb6152ad7 [AAE-6455] Rename the structure to be compliant with nx (#2376)
* Rename the structure to be compliant with nx

* Fix typo

* Fix ts path
2021-12-08 16:06:12 +00:00

13 lines
216 B
JSON

{
"extends": "../../../tsconfig.adf.json",
"compilerOptions": {
"outDir": "../out-tsc/content-ce",
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"apps/content-ce/src/**/*.d.ts"
]
}