Some checks failed
CI / main (push) Failing after 23s
this may need to be adjusted moving forward
13 lines
311 B
JSON
13 lines
311 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/out-tsc",
|
|
"module": "commonjs",
|
|
"types": ["node"],
|
|
"allowJs": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src/**/*.ts", "src/**/*.js"],
|
|
"exclude": ["jest.config.ts", "src/**/*.spec.ts", "src/**/*.test.ts"]
|
|
}
|