5a827e7dce
This reverts commit 723469ab5b
.
11 lines
173 B
JSON
11 lines
173 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "commonjs",
|
|
"outDir": ".",
|
|
"strict": true,
|
|
"baseUrl": "./"
|
|
},
|
|
"include": ["./extension.ts"]
|
|
}
|