mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
11 lines
175 B
JSON
11 lines
175 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/app"
|
|
},
|
|
"files": [
|
|
"demo-shell/src/main.ts",
|
|
"demo-shell/src/polyfills.ts"
|
|
]
|
|
}
|