87d234403f
- this allows for easier maintenance
10 lines
137 B
JSON
10 lines
137 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "build"
|
|
}
|
|
}
|