Ghost/ghost/donations/tsconfig.json

10 lines
121 B
JSON

{
"extends": "../tsconfig.json",
"include": [
"src/**/*"
],
"compilerOptions": {
"outDir": "build"
}
}