Skip to content
This repository was archived by the owner on Nov 6, 2019. It is now read-only.

Commit af36053

Browse files
committed
WIP
Signed-off-by: Gordon Smith <[email protected]>
1 parent f5681a9 commit af36053

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

packages/widgets/tsconfig.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,23 @@
22
"compilerOptions": {
33
"declaration": true,
44
"noImplicitAny": true,
5-
"noEmitOnError": true,
5+
"noEmitOnError": false,
66
"noUnusedLocals": true,
77
"strictNullChecks": true,
88
"module": "commonjs",
99
"moduleResolution": "node",
1010
"target": "ES5",
1111
"outDir": "./lib",
12-
"lib": ["ES5", "ES2015.Collection", "ES2015.Promise", "DOM"],
12+
"sourceMap": true,
13+
"lib": [
14+
"ES5",
15+
"ES2015.Collection",
16+
"ES2015.Promise",
17+
"DOM"
18+
],
1319
"types": []
1420
},
15-
"include": ["src/*"]
16-
}
21+
"include": [
22+
"src/*"
23+
]
24+
}

0 commit comments

Comments
 (0)