Explorar el Código

update

master
Soleilw hace 1 año
padre
commit
476dcac92a
Se han modificado 6 ficheros con 10 adiciones y 36 borrados
  1. 0
    0
      dist/assets/index-W7c0eAO7.js
  2. 0
    0
      dist/assets/index-tRwQDn9K.css
  3. 0
    0
      dist/index.html
  4. 0
    0
      dist/vite.svg
  5. 9
    35
      tsconfig.json
  6. 1
    1
      vite.config.ts

dist/web/assets/index-W7c0eAO7.js → dist/assets/index-W7c0eAO7.js Ver fichero


dist/web/assets/index-tRwQDn9K.css → dist/assets/index-tRwQDn9K.css Ver fichero


dist/web/index.html → dist/index.html Ver fichero


dist/web/vite.svg → dist/vite.svg Ver fichero


+ 9
- 35
tsconfig.json Ver fichero

@@ -1,33 +1,10 @@
{
<<<<<<< HEAD
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
},
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve",
=======
"compilerOptions": {
"target": "ES2020",
"allowJs": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"useDefineForClassFields": true,
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"baseUrl": "./",
"paths": {"@/*": ["src/*"]},
/* Bundler mode */
@@ -37,16 +14,13 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "preserve",
>>>>>>> 6c4d04ce0fb07ed8d08e7591b501c6715e56639a

/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "src/**/*.d.ts"],
"references": [{
"path": "./tsconfig.node.json"
}]
}
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "src/**/*.d.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
}

+ 1
- 1
vite.config.ts Ver fichero

@@ -6,7 +6,7 @@ import path from 'path'
export default defineConfig({
plugins: [vue()],
build: {
outDir: 'dist/web'
outDir: 'dist'
},
resolve: {
alias: {

Cargando…
Cancelar
Guardar