wip build

This commit is contained in:
Henry Hiles 2025-08-10 12:42:50 -04:00
commit 3ae912d420
No known key found for this signature in database
11 changed files with 3002 additions and 1 deletions

13
tsconfig.json Normal file
View file

@ -0,0 +1,13 @@
{
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./dist",
"sourceMap": false,
"strict": true,
"target": "ES2022",
"lib": ["ES2022"]
},
"include": ["ambient.d.ts"],
"files": ["extension.ts"]
}