Skip to content

Commit 8848454

Browse files
committed
chore(detector): using nodenext for ts
1 parent fda0bc9 commit 8848454

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

detector/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"compilerOptions": {
3-
"module": "CommonJS",
3+
"module": "NodeNext",
44
"target": "ESNext",
55
"esModuleInterop": true,
6+
"moduleResolution": "NodeNext",
67
"lib": [
78
"ES2020",
89
"dom"
910
],
1011
"outDir": "./build",
1112
"sourceMap": true,
12-
"rootDir": ".",
13+
"rootDir": "./",
1314
"strict": true, /* enable all strict type-checking options */
1415
"declaration": true,
1516
"declarationDir": "./types",

0 commit comments

Comments
 (0)