Skip to content

Commit

Permalink
fix(main): 1. 新增tsconfig解析
Browse files Browse the repository at this point in the history
1. 新增tsconfig解析
  • Loading branch information
Emma-Alpha committed Aug 18, 2023
1 parent 2a1b664 commit def8e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"**/templates",
"ui"
], // 指定解析时应跳过的文件名或模式数组include。
"include": ["./src/**/*", "./react-app-env.d.ts", "config/router"] // 指定要包含在程序中的文件名或模式的数组。这些文件名是相对于包含该tsconfig.json文件的目录进行解析的。
"include": ["./src/**/*", "./store/**/*", "./react-app-env.d.ts", "config/router"] // 指定要包含在程序中的文件名或模式的数组。这些文件名是相对于包含该tsconfig.json文件的目录进行解析的。
}

0 comments on commit def8e73

Please sign in to comment.