Changes
4 changed files (+9/-16)
-
-
@@ -24,4 +24,3 @@ !.yarn/versions# Project specific /esm /cjs
-
-
-
@@ -13,17 +13,15 @@ "email": "pockawoooh@gmail.com"} ], "license": "MIT", "module": "esm/es2015/index.js", "main": "cjs/es2016/index.js", "browser": "esm/es2015/index.js", "types": "esm/es2015/index.d.ts", "main": "esm/es2019/index.js", "type": "module", "types": "esm/es2019/index.d.ts", "files": [ "esm", "cjs" "esm" ], "sideEffects": [ "./src/index.ts", "./{cjs,esm}/*/index.js" "./esm/*/index.js" ], "devDependencies": { "@picocss/pico": "^1.5.10",
-
@@ -40,9 +38,7 @@ "vite": "^4.4.2","vitest": "^0.34.2" }, "scripts": { "build:esm": "tsc -p tsconfig.build.json --outDir esm/es2015", "build:cjs": "tsc -p tsconfig.build.json --outDir cjs/es2016 --target es2016 --module CommonJS", "build": "yarn build:esm && yarn build:cjs", "build": "tsc -p tsconfig.build.json", "prepublishOnly": "yarn build", "generate-static-figma-file": "node ./scripts/generateStaticFigmaFile/index.mjs", "postinstallDev": "husky install",
-
-
-
@@ -1,3 +0,0 @@{ "type": "module" }
-
-
-
@@ -1,13 +1,14 @@{ "compilerOptions": { "target": "ES2015", "target": "ES2019", "module": "ESNext", "declaration": true, "lib": ["ESNext", "DOM"], "strict": true, "noUnusedLocals": true, "moduleResolution": "Node", "noEmit": true "noEmit": true, "outDir": "esm/es2019" }, "include": ["./src/**/*.ts"] }
-