seedling/source/api/.tsconfig.json
Roman Jaroš 6ea4c9022d Replace HapiJs with NestJs as API framework
Change-Id: I54dc6c5f6377358e4f6614378fbb253b0c7841a9
2023-09-14 20:18:20 +02:00

9 lines
No EOL
160 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"outDir": "./dist",
"baseUrl": "./"
}
}