Skip to content

Commit

Permalink
update extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschli committed Sep 4, 2024
1 parent c47dadc commit d0803d5
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 27 deletions.
18 changes: 8 additions & 10 deletions fs-provider/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions fs-provider/package.nls.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
4 changes: 2 additions & 2 deletions fs-provider/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
"target": "ES2022",
"outDir": "dist",
"lib": [
"ES2020", "WebWorker"
"ES2022", "WebWorker"
],
"sourceMap": true,
"rootDir": "src",
Expand Down
22 changes: 12 additions & 10 deletions sample/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"package-web": "webpack --mode production --devtool hidden-source-map"
},
"devDependencies": {
"@types/vscode": "^1.90.0",
"@types/vscode": "^1.92.0",
"@types/mocha": "10.0.7",
"mocha": "^10.7.3",
"typescript": "^5.5.4",
Expand Down
2 changes: 2 additions & 0 deletions sample/package.nls.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
4 changes: 2 additions & 2 deletions sample/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
"target": "ES2022",
"lib": [
"ES2020", "WebWorker"
"ES2022", "WebWorker"
],
"rootDir": "src",
"strict": true /* enable all strict type-checking options */
Expand Down
4 changes: 2 additions & 2 deletions sample/tsconfig.runTest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "ES2019",
"target": "ES2022",
"outDir": "dist",
"lib": [
"ES2019"
"ES2022"
],
"rootDir": "src",
"strict": true
Expand Down

0 comments on commit d0803d5

Please sign in to comment.