2020-10-23 15:44:45 -05:00
|
|
|
{
|
|
|
|
"extends": "../../../tsconfig.base",
|
|
|
|
"compilerOptions": {
|
|
|
|
"rootDir": "./src",
|
2022-10-11 16:06:55 -05:00
|
|
|
"outDir": "./build",
|
|
|
|
"noImplicitAny": true
|
2020-10-23 15:44:45 -05:00
|
|
|
},
|
|
|
|
"include": ["src/**/*.ts"],
|
|
|
|
"exclude": ["src/**/*.test.ts"]
|
|
|
|
}
|