astro/scripts/jsconfig.json
Jonathan Neal fb9a77b77f
Update smoke tests to include external docs and www (#2557)
* Update smoke tests

* nit: remove old comment

* chore: have smoketests use workspace

* nit: re-order application and execution
2022-02-15 10:51:12 -05:00

12 lines
256 B
JSON

{
"compilerOptions": {
"declaration": true,
"strict": true,
"module": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"target": "esnext"
}
}