Files
therinaldos.com/wedding-pics/apps/logreader/tsconfig.json
T
david ef1ff240d4
Build & Deploy to DigitalOcean Space / build (push) Failing after 2m38s
migrate therinaldos.com data
2024-05-05 15:50:45 -04:00

20 lines
297 B
JSON

{
"extends": "@vue/tsconfig",
"compilerOptions": {
"moduleResolution": "Bundler",
"outDir": "./js/",
"lib": [
"DOM",
"ESNext"
],
"types": [
"vite/client"
],
"noImplicitAny": true,
"allowSyntheticDefaultImports": true,
},
"vueCompilerOptions": {
"target": 2.7,
},
}