fix(vscode-airi): incorrect package module setup
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"publisher": "proj-airi",
|
||||
"name": "vscode-airi",
|
||||
"displayName": "AIRI VSCode adapter",
|
||||
"type": "module",
|
||||
"version": "0.8.5-beta.3",
|
||||
"private": true,
|
||||
"description": "Adapter that connects VSCode into Project AIRI",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"extends": "../../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"target": "ESNEXT",
|
||||
"lib": ["ESNEXT"],
|
||||
|
||||
@@ -9,5 +9,6 @@ export default defineConfig([
|
||||
sourcemap: true,
|
||||
clean: true,
|
||||
dts: false,
|
||||
inlineOnly: false,
|
||||
},
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user