coyotte508 HF Staff commited on
Commit
abba7c7
·
verified ·
1 Parent(s): b784ce0

Delete tsconfig.json

Browse files
Files changed (1) hide show
  1. tsconfig.json +0 -12
tsconfig.json DELETED
@@ -1,12 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "target": "esnext",
4
- "outDir": "dist/",
5
- "module": "esnext",
6
- "moduleResolution": "node",
7
- "strictNullChecks": true,
8
- "strictBindCallApply": true,
9
- "lib": ["DOM", "ES2021"],
10
- "skipLibCheck": true
11
- }
12
- }