Files
graphql-api-js/tsconfig.json
T
2021-04-06 09:56:18 +02:00

12 lines
244 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strictPropertyInitialization": false,
"allowJs": true
}
}