mirror of
https://github.com/jlengrand/elm-language-client-vscode.git
synced 2026-03-10 08:11:17 +00:00
21 lines
301 B
JSON
21 lines
301 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"outDir": "out",
|
|
"rootDir": "src",
|
|
"lib": [ "es6" ],
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
".vscode-test"
|
|
],
|
|
"references": [
|
|
{ "path": "./client" },
|
|
{ "path": "./server" }
|
|
]
|
|
} |