Skip to content

Commit

Permalink
example(typescript): update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 12, 2021
1 parent e20c541 commit 00543f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example/typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
"module": "esnext",
"jsx": "react-jsx",
"declaration": true,
"outDir": "lib",
"rootDir": ".",
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
Expand All @@ -24,6 +22,5 @@
"isolatedModules": true,
"noEmit": true
},
"include": ["src/**/*", ".kktrc.ts"],
"exclude": ["build", "dist", "**/*.spec.ts", "**/*.test.ts"]
"include": ["src", ".kktrc.ts"]
}

0 comments on commit 00543f3

Please sign in to comment.