fb9a77b77f
* Update smoke tests * nit: remove old comment * chore: have smoketests use workspace * nit: re-order application and execution
12 lines
256 B
JSON
12 lines
256 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"strict": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"target": "esnext"
|
|
}
|
|
}
|