Files
graphql-api-js/tsconfig.json
T

17 lines
340 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strictPropertyInitialization": false,
"allowJs": true,
"plugins": [
{
"name": "typescript-sql-tagged-template-plugin"
}
]
}
}