mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
13 lines
216 B
JSON
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"
|
|
]
|
|
} |