Skip to content

Commit 895726f

Browse files
committed
Convert "presets" package to TS
1 parent b3df083 commit 895726f

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

packages/presets/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "0.3.0",
44
"main": "dist/index.js",
55
"module": "dist/index.esm.js",
6+
"types": "dist/index.d.ts",
7+
"source": "src/index.ts",
68
"author": "Brent Jackson",
79
"license": "MIT",
810
"scripts": {
File renamed without changes.

packages/presets/tsconfig.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"compilerOptions": {
3+
"resolveJsonModule": true,
4+
"esModuleInterop": true,
5+
"moduleResolution": "node",
6+
"strict": true
7+
}
8+
}

0 commit comments

Comments
 (0)