9466f91466
* root: move webapp to /web * root: fix static build * root: fix static files not being served for e2e tests
15 lines
380 B
JSON
15 lines
380 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"target": "esnext",
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"lib": ["es2017", "dom", "dom.iterable"]
|
|
}
|
|
}
|