@sqltools/types
Version:
SQLTools interfaces and types
19 lines (18 loc) • 413 B
JSON
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"experimentalDecorators": true,
"lib": ["es6"],
"module": "commonjs",
"noEmit": true,
"removeComments": true,
"resolveJsonModule": true,
"sourceMap": true,
"target": "esnext",
},
}