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 6912d75 commit ae4ec49
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tsconfig.json
@@ -1,15 +1,11 @@
{
"extends": "@marais/tsconfig",
"compilerOptions": {
"rootDir": ".",
"baseUrl": ".",
"target": "esnext",
"removeComments": false,
"lib": ["ESNext"],
"paths": {
"object-identity": ["./src/index.d.ts"]
"object-identity": ["src/index.d.ts"]
}
},
"include": ["test/**/*", "src/**/*"],
"include": ["src", "test"],
"exclude": ["node_modules"]
}

0 comments on commit ae4ec49

Please sign in to comment.