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