We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d5930 commit 69230c5Copy full SHA for 69230c5
tsconfig.json
@@ -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