mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
22 lines
554 B
JSON
22 lines
554 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"module": "es2015",
|
|
"baseUrl": "",
|
|
"types": []
|
|
},
|
|
"exclude": [
|
|
"test.ts",
|
|
"**/*.spec.ts"
|
|
],
|
|
"include": [
|
|
"./**/*",
|
|
"./../node_modules/jw-bootstrap-switch-ng2/dist/index.ts",
|
|
"./../node_modules/jw-bootstrap-switch-ng2/dist/directive.ts",
|
|
"./../node_modules/ngx-clipboard/src/index.ts",
|
|
"./../node_modules/ngx-clipboard/src/clipboard.directive.ts",
|
|
"./../node_modules/ngx-clipboard/src/clipboard.service.ts"
|
|
]
|
|
}
|