Fix some env configurations

This commit is contained in:
prototypa
2022-08-17 22:35:28 -04:00
parent e2e16836c7
commit d7a960995d
3 changed files with 7 additions and 12 deletions

View File

@ -1,16 +1,5 @@
{
"compilerOptions": {
// Enable top-level await, and other modern ESM features.
"target": "ESNext",
"module": "ESNext",
// Enable node-style module resolution, for things like npm package imports.
"moduleResolution": "node",
// Enable JSON imports.
"resolveJsonModule": true,
// Enable stricter transpilation for better output.
"isolatedModules": true,
// Add type definitions for our Vite runtime.
"types": ["vite/client"],
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]