Skip to content

Commit e3dd345

Browse files
committed
Release v1.0.0
1 parent f063331 commit e3dd345

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

tsconfig.base.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../../tsconfig.base.json",
2+
"extends": "./tsconfig.base.json",
33
"compilerOptions": {
44
"lib": ["ES2022"],
55
"moduleDetection": "force",

0 commit comments

Comments
 (0)