diff --git a/examples/swc-js-classic/package.json b/examples/swc-js-classic/package.json index d747ecb..12bc0dd 100644 --- a/examples/swc-js-classic/package.json +++ b/examples/swc-js-classic/package.json @@ -7,7 +7,6 @@ "author": "Connor White", "type": "module", "main": "./build/index.js", - "types": "./build/index.d.ts", "scripts": { "build": "swc source --config-file .swcrc --copy-files --delete-dir-on-start --out-dir build", "start": "node build/index.js" diff --git a/examples/swc-js/package.json b/examples/swc-js/package.json index cba36c2..6f95ee1 100644 --- a/examples/swc-js/package.json +++ b/examples/swc-js/package.json @@ -7,7 +7,6 @@ "author": "Connor White", "type": "module", "main": "./build/index.js", - "types": "./build/index.d.ts", "scripts": { "build": "swc source --config-file .swcrc --copy-files --delete-dir-on-start --out-dir build", "start": "node build/index.js"