Skip to content

Commit

Permalink
chore: simple tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed Jun 28, 2023
1 parent aa0e5ef commit 411e664
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{
"extends": "@marais/tsconfig",
"compilerOptions": {
"rootDir": ".",
"target": "esnext",
"removeComments": false,
"lib": ["esnext"],
"baseUrl": ".",
"types": ["@types/node", "@cloudflare/workers-types"],
"paths": {
"swrr": ["./src/index.d.ts"]
"swrr": ["src/index.d.ts"]
}
},
"include": ["src/**/*", "test/**/*"],
"include": ["src", "test"],
"exclude": ["node_modules"]
}

0 comments on commit 411e664

Please sign in to comment.