starbase-81/tsconfig.json
Jordan Roher 4b5c3f772b Removed Vite and most packages
Got basic static script working
2023-12-16 13:00:29 -08:00

12 lines
211 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"module": "CommonJS"
},
"include": ["src/*.ts"]
}