2020-03-03 17:59:19 -05:00
|
|
|
{
|
|
|
|
"extends": "../../tsconfig",
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "./src",
|
2020-03-04 16:36:43 -05:00
|
|
|
"outDir": "./build",
|
|
|
|
"allowSyntheticDefaultImports": true
|
2020-03-03 17:59:19 -05:00
|
|
|
},
|
|
|
|
"include": ["src/**/*"],
|
|
|
|
"exclude": ["src/**/*.test.ts"]
|
|
|
|
}
|