wip build
This commit is contained in:
parent
a2f5eac28c
commit
3ae912d420
11 changed files with 3002 additions and 1 deletions
13
tsconfig.json
Normal file
13
tsconfig.json
Normal 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"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue