Skip to content

Commit 73bab0d

Browse files
committed
依存関係の更新
1 parent e84610d commit 73bab0d

File tree

3 files changed

+89
-349
lines changed

3 files changed

+89
-349
lines changed

lib/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"preserveConstEnums": false,
1111
"suppressImplicitAnyIndexErrors": false,
1212
"experimentalDecorators": true,
13-
"listFiles": true
13+
"listFiles": true,
14+
"noEmitOnError": true,
15+
"sourceMap": true,
16+
"inlineSources": true
1417
},
1518
"filesGlob": [
1619
"../resources/grammar.d.ts",

0 commit comments

Comments
 (0)