Skip to content

Commit ca31cb8

Browse files
committed
fix: tsconfig.json to get succeeded on build
1 parent 962ba6b commit ca31cb8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
"strict": true,
2424
"target": "es2022",
2525
"rootDir": "src",
26-
"outDir": "build"
26+
"outDir": "build",
27+
"skipLibCheck": true
2728
},
28-
"include": ["src/**/*.ts", "src/**/*.tsx"],
29+
"include": ["next-env.d.ts", "src/**/*.ts", "src/**/*.tsx"],
2930
"exclude": ["node_modules", "**/__mocks__/*.ts", "**/*.spec.ts"]
3031
}

0 commit comments

Comments
 (0)