mirror of
https://github.com/acid-info/Kurate.git
synced 2025-02-22 12:38:11 +00:00
Co-authored-by: Philippe Schommers <philippe@schommers.be> Co-authored-by: Vojtech Simetka <vojtech@simetka.cz>
9 lines
138 B
JSON
9 lines
138 B
JSON
{
|
|
"extends": "fastify-tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"sourceMap": true
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|