11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"types": ["node"]
|
|
},
|
|
"exclude": ["**/*.spec.ts", "**/*.test.ts", "jest.config.ts"],
|
|
"include": ["**/*.ts"]
|
|
}
|