Rewrite
This commit is contained in:
commit
af498e7829
11 changed files with 1186 additions and 0 deletions
13
tsconfig.json
Normal file
13
tsconfig.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"esModuleInterop": true,
|
||||
"lib": ["DOM", "esnext", "esnext.array", "esnext.asynciterable", "esnext.symbol"],
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
"target": "ESNEXT"
|
||||
},
|
||||
"include": ["src/*"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue