We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f6cc0 commit dd7746cCopy full SHA for dd7746c
.swcrc
@@ -0,0 +1,10 @@
1
+{
2
+ "$schema": "http://json.schemastore.org/swcrc",
3
+ "module": {
4
+ "type": "commonjs",
5
+ "strict": false,
6
+ "strictMode": true,
7
+ "lazy": false,
8
+ "noInterop": false
9
+ }
10
+}
package.json
@@ -1,4 +1,7 @@
{
+ "scripts": {
+ "build": "npx swc ./src/index.ts --out-dir ./dist"
+ },
"prettier": {
"printWidth": 100,
"semi": false,
@@ -9,8 +12,11 @@
12
"tailwindcss": ">=3.2.0"
13
},
11
14
"devDependencies": {
15
+ "@swc/cli": "^0.3.10",
16
+ "@swc/core": "^1.4.11",
17
"prettier": "^3.2.5",
- "typescript": "^5.4.3",
- "tailwindcss": "^0.0.0-insiders.3ba51d1"
18
+ "swcify": "^1.0.1",
19
+ "tailwindcss": "^0.0.0-insiders.3ba51d1",
20
+ "typescript": "^5.4.3"
21
}
22
0 commit comments