Skip to content

Commit ac1a34e

Browse files
committed
revert
1 parent 1c386f8 commit ac1a34e

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

lib/tsconfig.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
33
"compilerOptions": {
44
"paths": {
55
"lib/*": ["./*"],
6-
"@/*": ["./*"]
7-
},
8-
"jsx": "react",
9-
"lib": ["dom", "dom.iterable", "esnext"],
10-
"module": "esnext",
11-
"moduleResolution": "bundler",
12-
"esModuleInterop": true,
13-
"skipLibCheck": true
14-
},
15-
"include": ["**/*.ts", "**/*.tsx"],
16-
"exclude": ["node_modules"]
6+
"@/*": ["./*"],
7+
}
8+
}
179
}

0 commit comments

Comments
 (0)