Skip to content

Commit 69230c5

Browse files
committed
Add second tsconfig to fix CI-Build
1 parent 31d5930 commit 69230c5

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

tsconfig.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"compilerOptions": {
3+
"target": "es5",
4+
"module": "commonjs",
5+
"emitDecoratorMetadata": true,
6+
"experimentalDecorators": true,
7+
8+
"declaration": true,
9+
"sourceMap": true,
10+
11+
"lib": [
12+
"dom",
13+
"es6"
14+
],
15+
"types": [
16+
"hammerjs",
17+
"jasmine",
18+
"node",
19+
"selenium-webdriver",
20+
"source-map",
21+
"uglify-js",
22+
"webpack"
23+
]
24+
},
25+
"exclude": [
26+
"node_modules",
27+
"lib",
28+
"**/*.spec.ts"
29+
]
30+
}

0 commit comments

Comments
 (0)