Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 9b24f7b

Browse files
committed
build: nuxt compiler options
1 parent e796da2 commit 9b24f7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/nuxt/tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,8 @@
22
// "extends": "../../tsconfig.json",
33
"extends": "./playground/.nuxt/tsconfig.json",
44
"include": ["src", "./index.tsx", "./index.ts", "chakra-shims.d.ts"],
5+
"compilerOptions": {
6+
"module": "es2022",
7+
"moduleResolution": "Node"
8+
}
59
}

0 commit comments

Comments
 (0)