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

Commit c9b796d

Browse files
committed
Revert "build: remove unused tsconfig.json"
This reverts commit a970809.
1 parent 1ae47b8 commit c9b796d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tsconfig.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"compilerOptions": {
3+
"module": "commonjs",
4+
"target": "es2019",
5+
"lib": ["es2019"],
6+
"strict": true,
7+
"declaration": true,
8+
"skipLibCheck": true,
9+
"noUnusedParameters": true,
10+
"noUnusedLocals": true,
11+
"noImplicitThis": true,
12+
"noImplicitReturns": true,
13+
"removeComments": true,
14+
"noFallthroughCasesInSwitch": true,
15+
"forceConsistentCasingInFileNames": true,
16+
"noImplicitAny": true
17+
}
18+
}

0 commit comments

Comments
 (0)