refactor: remove esm module (#1077)

This commit is contained in:
Himself65
2023-02-16 20:43:52 -06:00
committed by GitHub
parent 1d0bf58109
commit 6f6921079e
61 changed files with 518 additions and 349 deletions

View File

@@ -2,11 +2,7 @@
"name": "@affine/logger",
"version": "0.3.0",
"description": "",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"exports": {
".": "./dist/src/index.js"
},
"main": "./src/index.ts",
"scripts": {
"dev": "next dev",
"build": "tsc --project ./tsconfig.json"