Ghost/ghost/nql-filter-expansions/tsconfig.json
Daniel Lockyer 87d234403f Deduplicated tsconfig.json to use base config
- this allows for easier maintenance
2023-07-25 13:50:45 +02:00

10 lines
137 B
JSON

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