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