mirror of
https://github.com/jlengrand/elm-language-client-vscode.git
synced 2026-03-10 00:01:23 +00:00
Fix tsconfig
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"outDir": "out",
|
||||
"rootDir": "src",
|
||||
"strict": true,
|
||||
"lib": ["es6"],
|
||||
"sourceMap": true
|
||||
"sourceMap": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"include": ["server/src", "client/src"],
|
||||
"exclude": ["node_modules", ".vscode-test"],
|
||||
|
||||
Reference in New Issue
Block a user