forked from abdelrahmanbonna/SoutAngular
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtsconfig.app.json
More file actions
30 lines (29 loc) · 804 Bytes
/
tsconfig.app.json
File metadata and controls
30 lines (29 loc) · 804 Bytes
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
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": ["node"]
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
// "styles": [
// "../node_modules/font-awesome/scss/font-awesome.scss",
// "../node_modules/angular-bootstrap-md/scss/bootstrap/bootstrap.scss",
// "../node_modules/angular-bootstrap-md/scss/mdb-free.scss",
// "./styles.scss"
// ],
// "scripts": [
// "../node_modules/chart.js/dist/Chart.js",
// "../node_modules/hammerjs/hammer.min.js"
// ],
"include": [
// "**/*.ts", "../node_modules/angular-bootstrap-md/index.ts",
"src/**/*.d.ts"
],
"angularCompilerOptions": {
"enableIvy": false
}
}