notion-types
Advanced tools
Comparing version 6.0.0 to 6.0.2
{ | ||
"name": "notion-types", | ||
"version": "6.0.0", | ||
"version": "6.0.2", | ||
"type": "module", | ||
@@ -9,4 +9,3 @@ "description": "TypeScript types for core Notion data structures.", | ||
"license": "MIT", | ||
"module": "./build/esm/index.js", | ||
"typings": "./build/esm/index.d.ts", | ||
"typings": "./build/index.d.ts", | ||
"sideEffects": false, | ||
@@ -16,3 +15,3 @@ "engines": { | ||
}, | ||
"gitHead": "2be75d4aa3848f7d84abd88eccd3314b44f7e68a" | ||
"gitHead": "366458e14e02e7b8b5b7e6667105e04e3c28f46e" | ||
} |
@@ -6,5 +6,7 @@ { | ||
"rootDir": "src", | ||
"outDir": "build/esm" | ||
"outDir": "build", | ||
"tsBuildInfoFile": "build/.tsbuildinfo", | ||
"emitDeclarationOnly": true | ||
}, | ||
"include": ["src"] | ||
} |
69886
23
1599