mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
cebe2db5fa
Refactor adev as needed to build using architect. PR Close #53497
12 lines
322 B
JSON
12 lines
322 B
JSON
/* To learn more about this file see: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
|
|
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../out-tsc/worker",
|
|
"lib": ["es2018", "webworker"],
|
|
"skipLibCheck": true,
|
|
"types": []
|
|
},
|
|
"include": ["src/**/*.worker.ts"]
|
|
}
|