TS conversion
This commit is contained in:
parent
75fa9d0844
commit
845c7f6612
44 changed files with 6225 additions and 611 deletions
16
tsconfig.json
Normal file
16
tsconfig.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2022",
|
||||
"moduleResolution": "Bundler",
|
||||
"module":"es2022",
|
||||
"strict": false,
|
||||
"esModuleInterop": true,
|
||||
"outDir": "./.dist"
|
||||
},
|
||||
"include": [
|
||||
"./webpage/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue