Initial code commit
This commit is contained in:
parent
80a09db0d7
commit
c5268ad9b3
18 changed files with 1560 additions and 0 deletions
10
tsconfig.json
Normal file
10
tsconfig.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "esnext",
|
||||
"noImplicitAny": false,
|
||||
"esModuleInterop": true,
|
||||
"sourceMap": false,
|
||||
"outDir": "dist"
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue