UNPKG

226 BTypeScriptView Raw
1// Silence the acorn typescript errors through this ambient type definition + tsconfig.json path alias
2// That way we can omit `"skipLibCheck": true` and catch other errors in our d.ts files
3declare module 'acorn-typescript';