20 lines
334 B
JSON
20 lines
334 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es6",
|
||
|
"outDir": "out",
|
||
|
"rootDir": "src",
|
||
|
"sourceMap": true
|
||
|
},
|
||
|
"include": [
|
||
|
"src"
|
||
|
],
|
||
|
"exclude": [
|
||
|
"node_modules",
|
||
|
".vscode-test"
|
||
|
],
|
||
|
"references": [
|
||
|
{ "path": "./client" }
|
||
|
]
|
||
|
}
|