mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
aa9febc397
* Switches ng build to browser-esbuild builder. * Fixes static and dynamic imports. * Switches to relative asset paths. * Modernizes tsconfig files. * Vendors jquery-ui. / HT https://gorails.com/episodes/how-to-use-jquery-with-esbuild * Fixes various out-of-date path references. See https://angular.dev/tools/cli/build-system-migration\#manual-migration-to-the-compatibility-builder
18 lines
257 B
JSON
18 lines
257 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/spec",
|
|
"types": [
|
|
"jasmine"
|
|
]
|
|
},
|
|
"files": [
|
|
"src/test.ts",
|
|
"src/polyfills.ts"
|
|
],
|
|
"include": [
|
|
"src/**/*.spec.ts",
|
|
"src/**/*.d.ts"
|
|
]
|
|
}
|