-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtsconfig.app.json
42 lines (42 loc) · 2.53 KB
/
tsconfig.app.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
33
34
35
36
37
38
39
40
41
42
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": [
"node"
],
"experimentalDecorators": true,
"allowJs": true
},
"files": [
"src/main.ts",
"src/polyfills.ts",
"src/app/modules/application/components/system/example/example.component.ts",
"src/app/modules/application/components/system/engine/engine.component.ts",
"src/app/modules/application/components/system/user/user-login/user-login.component.ts",
"src/app/modules/application/components/system/splash/splash.component.ts",
"src/app/modules/application/components/system/about/about.component.ts",
"src/app/modules/application/components/system/demo/demo.component.ts",
"src/app/modules/application/components/system/demo1/demo1.component.ts",
"src/app/modules/application/components/system/demo2/demo2.component.ts",
"src/app/modules/application/components/system/demo3/demo3.component.ts",
"src/app/modules/application/components/system/demo4/demo4.component.ts",
"src/app/modules/application/components/system/planner/planner.component.ts",
"src/app/modules/application/components/system/contact-manager/contact-manager.component.ts",
"src/app/modules/application/components/system/contact-manager/modules/notes-history/notes-history.component.ts",
"src/app/modules/application/components/system/contact-manager/modules/notes-history/add-history/add-history.component.ts",
"src/app/modules/application/components/system/contact-manager/modules/notes-history/note/note.component.ts",
"src/app/modules/application/components/system/contact-manager/modules/notes-history/notes-popout/notes-popout.component.ts",
"src/app/modules/application/components/system/contact-manager/modules/settings/edit-settings/edit-settings.component.ts",
"src/app/modules/application/components/system/contact-manager/modules/settings/edit-item/edit-item.component.ts",
"src/app/modules/application/components/system/contact-manager/modules/search/search.component.ts",
"src/app/modules/application/components/system/contact-manager/modules/accounts/accounts.component.ts",
"src/app/modules/application/components/system/contact-manager/modules/contact-profile/contact-profile.component.ts",
"src/app/modules/application/components/system/contact-manager/modules/documents-and-files/documents-and-files.component.ts"
],
"include": [
"src/**/*.d.ts",
"src/app/modules/application/config/**/*"
]
}