refactor: js output
This commit is contained in:
parent
1aa28c2a34
commit
c6704c3a04
96 changed files with 3816 additions and 147 deletions
16
tsconfig.json
Normal file
16
tsconfig.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2022",
|
||||
"module": "nodenext",
|
||||
"moduleResolution": "nodenext",
|
||||
"strict": true,
|
||||
"sourceMap": false,
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true,
|
||||
"allowJs": false,
|
||||
"declaration": true,
|
||||
"declarationMap": false,
|
||||
"rootDir": "src",
|
||||
"lib": ["es2022"]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue