Skip to content

Commit

Permalink
feat: 支持 ts导入 json
Browse files Browse the repository at this point in the history
  • Loading branch information
孙颢 committed Dec 27, 2018
1 parent 2461e89 commit 17262f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"resolveJsonModule": true,
/* Basic Options */
"target": "es6" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */,
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
Expand Down

0 comments on commit 17262f3

Please sign in to comment.