Files
dolt/integration-tests/orm-tests/mikro-orm/tsconfig.json
T
2022-11-16 10:06:48 -08:00

15 lines
307 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"target": "es2017",
"outDir": "./dist",
"baseUrl": "./src",
"incremental": true,
}
}