Skip to content

Commit 779098d

Browse files
committed
chore: update tsconfig
1 parent 04ab7cb commit 779098d

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

tsconfig.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"extends": "@hypernym/tsconfig",
33
"compilerOptions": {
4-
"module": "ESNext",
5-
"moduleResolution": "Bundler"
4+
"baseUrl": "./",
5+
"paths": {
6+
"@/*": ["src/*"]
7+
}
68
},
7-
"include": ["src/**/*", ".config/**/*", "bundler.config.ts"]
9+
"include": ["src/**/*", "*.js", "*.ts"],
10+
"exclude": ["node_modules"]
811
}

0 commit comments

Comments
 (0)