e2f58074bd
- this is the default config which we insert into packages by default - we've since switched to using a shared config to deduplicate the config - this switches a couple of packages over to that config
10 lines
121 B
JSON
10 lines
121 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "build"
|
|
}
|
|
}
|