Skip to content

Commit

Permalink
fix: ts fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofan2406 committed Jan 18, 2023
1 parent 3eb7483 commit 544bfcc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
{
"include": ["src/**/*.d.ts"],
"include": ["src", "config"],
"exclude": ["node_modules"],
"compilerOptions": {
"jsx": "react",
"noEmit": true,
"esModuleInterop": true
"allowJs": true,
"esModuleInterop": true,
"baseUrl": "./",
"paths": {
"testing": ["config/testing.js"]
}
}
}

0 comments on commit 544bfcc

Please sign in to comment.