Skip to content

Commit 625f08b

Browse files
committed
ci: update workflows
1 parent 436c4fa commit 625f08b

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

tsconfig.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,9 @@
77
"target": "es6",
88
"sourceMap": true,
99
"lib": ["es6"],
10-
"outDir": "./lib",
11-
"rootDir": "./src",
12-
"baseUrl": "./src",
10+
"outDir": "lib",
11+
"rootDir": "src",
1312
"moduleResolution": "node",
14-
"paths": {
15-
"@/*": [
16-
"*"
17-
]
18-
}
1913
},
20-
"include": [
21-
"src/*.ts",
22-
"src/*.js",
23-
"src/*.json"
24-
],
14+
"exclude": ["node_modules", "__tests__/*.test.ts"],
2515
}

0 commit comments

Comments
 (0)