strategy-atom
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "strategy-atom", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.", | ||
@@ -5,0 +5,0 @@ "author": "A Team of Gordion", |
@@ -17,3 +17,6 @@ { | ||
"jsx": "react-jsx", | ||
"baseUrl": "./", | ||
"paths": { | ||
"*": ["src/*"] | ||
}, | ||
/* Linting */ | ||
@@ -20,0 +23,0 @@ "strict": true, |
@@ -12,6 +12,11 @@ import { defineConfig } from 'vite' | ||
}, | ||
resolve: { | ||
alias: { | ||
"strategy-atom": "/src/index.ts", | ||
}, | ||
}, | ||
optimizeDeps: { | ||
include: ['src/index.ts'], | ||
include: ["strategy-atom"], | ||
}, | ||
}) | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7703
116