We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f063331 commit e3dd345Copy full SHA for e3dd345
2 files changed
tsconfig.base.json
@@ -0,0 +1,14 @@
1
+{
2
+ "compilerOptions": {
3
+ "target": "ES2022",
4
+ "module": "ESNext",
5
+ "moduleResolution": "bundler",
6
+ "strict": true,
7
+ "declaration": true,
8
+ "skipLibCheck": true,
9
+ "forceConsistentCasingInFileNames": true,
10
+ "isolatedModules": true,
11
+ "resolveJsonModule": true,
12
+ "ignoreDeprecations": "6.0"
13
+ }
14
+}
tsconfig.json
@@ -1,5 +1,5 @@
{
- "extends": "../../tsconfig.base.json",
+ "extends": "./tsconfig.base.json",
"compilerOptions": {
"lib": ["ES2022"],
"moduleDetection": "force",
0 commit comments