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