wikipedia-game-solver/apps/api/tsconfig.json

10 lines
238 B
JSON
Raw Normal View History

2024-08-09 23:51:41 +02:00
{
"extends": "@repo/config-typescript/tsconfig.json",
"compilerOptions": {
"lib": ["ESNext"],
"types": ["@total-typescript/ts-reset", "@types/node"],
"experimentalDecorators": true,
2024-08-15 15:14:21 +02:00
"emitDecoratorMetadata": true
2024-08-09 23:51:41 +02:00
}
}