types: Abstract inline interfaces to @plunk/types

This commit is contained in:
Dries Augustyns
2026-01-01 10:52:43 +01:00
parent 38da58e5e9
commit 85c992a9f9
95 changed files with 1370 additions and 1350 deletions
+6 -4
View File
@@ -2,8 +2,10 @@
"name": "@plunk/types",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"clean": "rimraf node_modules .turbo"
"clean": "rimraf node_modules .turbo dist",
"build": "tsc"
},
"devDependencies": {
"@plunk/typescript-config": "*",
@@ -12,8 +14,8 @@
"typescript": "^5.7.2"
},
"exports": {
"./integrations/*": "./src/integrations/*.ts",
"./swyp/*": "./src/swyp/*.ts",
".": "./src/index.ts"
"./integrations/*": "./dist/integrations/*.js",
"./swyp/*": "./dist/swyp/*.js",
".": "./dist/index.js"
}
}