UNPKG

@hansolbangul/notion-api

Version:

A lightweight library for fetching and statically generating data and TypeScript types from Notion pages.

20 lines (19 loc) 398 B
{ "compilerOptions": { "module": "ESNext", "target": "ESNext", "baseUrl": ".", "moduleResolution": "Node", "paths": { "*": ["src/*"] }, "strict": true, "declaration": true, "declarationDir": "./dist", "outDir": "./dist", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true }, "include": ["src/**/*"] }