added ported versions
This commit is contained in:
parent
c367583ed7
commit
61bd1fb6fa
20 changed files with 2596 additions and 0 deletions
12
typescript/tsconfig.json
Normal file
12
typescript/tsconfig.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"module": "CommonJS",
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue