mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 06:22:53 +00:00
13 lines
270 B
JSON
13 lines
270 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app"
|
|
},
|
|
"files": [
|
|
"src/main.ts",
|
|
"src/polyfills.ts",
|
|
"src/app/modules/dashboard/sections/navigation-section/menu-item.interface.ts"
|
|
],
|
|
"include": ["src/**/*.d.ts"]
|
|
}
|