UNPKG

@supercat1337/mysql-schema-parser

Version:

A library for parsing and working with MySQL database schema metadata.

15 lines 342 B
{ "compilerOptions": { "baseUrl": ".", "target": "ESNext", "module": "NodeNext", "noEmit": true, "lib": [ "DOM", "ES2020" ], "moduleResolution": "NodeNext" }, "exclude": ["dist/*"], "include": ["src/index.js", "node_modules/*", "src/**/*.d.ts"] }