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 a551b8a commit 26faf24
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,13 +1,10 @@
{
"extends": "@marais/tsconfig",
"compilerOptions": {
"target": "esnext",
"declaration": false,
"removeComments": false,
"lib": ["esnext", "dom.iterable", "webworker"],
"baseUrl": ".",
"paths": {
"rian": ["./src/index.d.ts"],
"rian/*": ["./src/*.d.ts"]
"rian": ["src/index.d.ts"],
"rian/*": ["src/*.d.ts"]
}
},
"include": ["global.d.ts", "src", "test"],
Expand Down

0 comments on commit 26faf24

Please sign in to comment.