We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40add8a commit 0b27950Copy full SHA for 0b27950
examples/setup-fast-withdrawal-eoa/tsconfig.json
@@ -1,8 +1,4 @@
1
-{
2
- "extends": "../tsconfig.base.json",
3
- "include": ["./**/*"],
4
- "compilerOptions": {
5
- "moduleResolution": "NodeNext",
6
- "module": "NodeNext",
7
- }
+{
+ "extends": "../tsconfig.base.json",
+ "include": ["./**/*"]
8
}
0 commit comments