You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"compilerOptions": {
// Ensure that .d.ts files are created by tsc, but not .js files
"[declaration](https://www.typescriptlang.org/tsconfig#declaration)": true,
"[emitDeclarationOnly](https://www.typescriptlang.org/tsconfig#emitDeclarationOnly)": true,
// Ensure that Babel can safely transpile files in the TypeScript project
"[isolatedModules](https://www.typescriptlang.org/tsconfig#isolatedModules)": true
}
https://www.typescriptlang.org/docs/handbook/babel-with-typescript.html
it's possible we'll need run 3 processes
https://v4.chriskrycho.com/2018/how-to-bundle-typescript-type-definitions.html
https://medium.com/jspoint/typescript-type-declaration-files-4b29077c43
https://stackoverflow.com/questions/48952313/what-to-put-in-package-json-types-field-for-typescript-based-libs
The text was updated successfully, but these errors were encountered: