UNPKG

dts-cli

Version:

Zero-config TypeScript package development

9 lines (8 loc) 233 B
{ // see https://www.typescriptlang.org/tsconfig to better understand tsconfigs "extends": "@tsconfig/vite-react/tsconfig.json", "compilerOptions": { "allowImportingTsExtensions": false }, "include": ["src", "types"] }