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 b3df083 commit 895726fCopy full SHA for 895726f
packages/presets/package.json
@@ -3,6 +3,8 @@
3
"version": "0.3.0",
4
"main": "dist/index.js",
5
"module": "dist/index.esm.js",
6
+ "types": "dist/index.d.ts",
7
+ "source": "src/index.ts",
8
"author": "Brent Jackson",
9
"license": "MIT",
10
"scripts": {
packages/presets/src/index.js renamed to packages/presets/src/index.ts
packages/presets/tsconfig.json
@@ -0,0 +1,8 @@
1
+{
2
+ "compilerOptions": {
+ "resolveJsonModule": true,
+ "esModuleInterop": true,
+ "moduleResolution": "node",
+ "strict": true
+ }
+}
0 commit comments