Skip to content

Commit 2e4869b

Browse files
committedOct 14, 2015
chore(tsfmt): update tsconfig.json
1 parent 8d84ddb commit 2e4869b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎tsconfig.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,14 @@
2424
"!./node_modules/**/*",
2525
"./node_modules/typescript/lib/lib.es6.d.ts"
2626
],
27+
"exclude": [],
2728
"files": [
2829
"./lib/cli.ts",
2930
"./lib/formatter.ts",
3031
"./lib/index.ts",
3132
"./lib/provider/base.ts",
3233
"./lib/provider/editorconfig.ts",
34+
"./lib/provider/tsconfigjson.ts",
3335
"./lib/provider/tslintjson.ts",
3436
"./lib/utils.ts",
3537
"./test/cli/main.ts",
@@ -43,4 +45,4 @@
4345
"./typings/power-assert/power-assert.d.ts",
4446
"./node_modules/typescript/lib/lib.es6.d.ts"
4547
]
46-
}
48+
}

0 commit comments

Comments
 (0)
Please sign in to comment.