mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
22 lines
341 B
JSON
22 lines
341 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/app",
|
|
"types": []
|
|
},
|
|
"files": [
|
|
"main.ts",
|
|
"polyfills.ts",
|
|
"app/core/setup/init-globals.ts",
|
|
"app/core/setup/init-vendors.ts"
|
|
],
|
|
"include": [
|
|
"src/**/*.ts",
|
|
"src/**/*.d.ts"
|
|
],
|
|
"exclude": [
|
|
"stimulus/**/*.ts"
|
|
]
|
|
}
|
|
|