12 lines
253 B
JSON
12 lines
253 B
JSON
{
|
|
"extends": "fastify-tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"sourceMap": true,
|
|
"moduleResolution": "NodeNext",
|
|
"module": "NodeNext",
|
|
"target": "ES2022",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|