food-graphql-server/tsconfig.json

14 lines
287 B
JSON
Raw Permalink Normal View History

2021-02-01 13:36:26 +00:00
{
"compilerOptions": {
"target": "es2018",
"module": "esnext",
"lib": [
"es2018",
"esnext.asynciterable"
],
"moduleResolution": "node",
"experimentalDecorators": true,
2021-02-02 10:34:34 +00:00
"emitDecoratorMetadata": true,
"allowSyntheticDefaultImports": true
2021-02-01 13:36:26 +00:00
}
}