UNPKG

@supercat1337/mysql-schema-parser

Version:

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

19 lines 462 B
{ "compilerOptions": { "allowJs": true, "target": "ESNext", "module": "NodeNext", "emitDeclarationOnly": true, "declaration": true, "outDir": "./", "rootDir": ".", "declarationMap": false, "lib": ["ESNext", "DOM", "ES2023"], "moduleResolution": "NodeNext", "stripInternal": false }, "include": [ "./index.js" ], "exclude": [] }