Ghost/ghost/collections/tsconfig.json

10 lines
121 B
JSON
Raw Normal View History

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