Files
traveling-around-the-world/server/tsconfig.build.json

9 lines
142 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"emitDeclarationOnly": false,
"noEmit": false
}
}