-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.federation.json
32 lines (32 loc) · 1.4 KB
/
tsconfig.federation.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/main.ts"
],
"include": [
"src/**/*.d.ts",
"node_modules\\@angular\\animations\\fesm2022\\animations.mjs",
"node_modules\\@angular\\animations\\fesm2022\\browser.mjs",
"node_modules\\@angular\\common\\fesm2022\\common.mjs",
"node_modules\\@angular\\common\\fesm2022\\http.mjs",
"node_modules\\@angular\\compiler\\fesm2022\\compiler.mjs",
"node_modules\\@angular\\core\\fesm2022\\core.mjs",
"node_modules\\@angular\\core\\event-dispatch-contract.min.js",
"node_modules\\@angular\\core\\fesm2022\\primitives\\event-dispatch.mjs",
"node_modules\\@angular\\core\\fesm2022\\primitives\\signals.mjs",
"node_modules\\@angular\\core\\fesm2022\\rxjs-interop.mjs",
"node_modules\\@angular\\forms\\fesm2022\\forms.mjs",
"node_modules\\@angular\\platform-browser\\fesm2022\\platform-browser.mjs",
"node_modules\\@angular\\platform-browser\\fesm2022\\animations.mjs",
"node_modules\\@angular\\platform-browser\\fesm2022\\animations\\async.mjs",
"node_modules\\@angular\\platform-browser-dynamic\\fesm2022\\platform-browser-dynamic.mjs",
"node_modules\\@angular\\router\\fesm2022\\router.mjs",
"node_modules\\rxjs\\dist\\esm5\\index.js",
"node_modules\\rxjs\\dist\\esm5\\operators\\index.js",
"node_modules\\tslib\\tslib.es6.mjs"
]
}