experiment: Can't put code in declare sections :-)
This commit is contained in:
parent
78f3975d54
commit
2a9039ac67
8 changed files with 211 additions and 0 deletions
7
tsconfig.json
Normal file
7
tsconfig.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"rootDir": "./src",
|
||||
"outDir": "./obj"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue