ka1kuk commited on
Commit
be2620d
·
1 Parent(s): 3297d39

Delete tsconfig.json

Browse files
Files changed (1) hide show
  1. tsconfig.json +0 -11
tsconfig.json DELETED
@@ -1,11 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "allowJs": true,
4
- "esModuleInterop": true,
5
- "allowSyntheticDefaultImports": true,
6
- "module": "nodenext",
7
- "noEmit": true,
8
- "allowImportingTsExtensions": true
9
- },
10
- "include": ["**/*.ts", "**/*.mts"],
11
- }