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 5973618 commit c4b3347Copy full SHA for c4b3347
packages/css/package.json
@@ -7,8 +7,8 @@
7
"types": "dist/index.d.ts",
8
"sideEffects": false,
9
"scripts": {
10
- "prepare": "microbundle --no-compress",
11
- "watch": "microbundle watch --no-compress"
+ "prepare": "microbundle --no-compress --tsconfig tsconfig.json",
+ "watch": "microbundle watch --no-compress --tsconfig tsconfig.json"
12
},
13
"author": "Brent Jackson",
14
"license": "MIT",
0 commit comments