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