ka1kuk commited on
Commit
9c8ddcb
1 Parent(s): 517cb21

Create tsconfig.json

Browse files
Files changed (1) hide show
  1. tsconfig.json +11 -0
tsconfig.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }