File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
packages/custom-properties Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ node_modules
5
5
dist
6
6
coverage
7
7
.DS_Store
8
- .rts2_cache *
8
+ .rts2_cache *
9
+ .idea
Original file line number Diff line number Diff line change 2
2
"name" : " @theme-ui/custom-properties" ,
3
3
"description" : " Generate CSS custom properties for use with Theme UI" ,
4
4
"version" : " 0.3.0" ,
5
+ "source" : " src/index.ts" ,
5
6
"main" : " dist/index.js" ,
6
7
"module" : " dist/index.esm.js" ,
8
+ "types" : " dist/index.d.ts" ,
7
9
"author" :
" Alex Page <[email protected] >" ,
8
10
"license" : " MIT" ,
9
11
"scripts" : {
10
- "prepare" : " microbundle --no-compress" ,
11
- "watch" : " microbundle watch --no-compress"
12
+ "prepare" : " microbundle --no-compress --tsconfig tsconfig.json " ,
13
+ "watch" : " microbundle watch --no-compress --tsconfig tsconfig.json "
12
14
},
13
15
"publishConfig" : {
14
16
"access" : " public"
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ {
2
+ "compilerOptions" : {
3
+ "resolveJsonModule" : true ,
4
+ "esModuleInterop" : true ,
5
+ "moduleResolution" : " node" ,
6
+ "strict" : true
7
+ }
8
+ }
You can’t perform that action at this time.
0 commit comments