nx/nx-dev/data-access-documents/tsconfig.lib.json
2022-04-23 18:06:01 +00:00

13 lines
314 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"include": ["**/*.ts"],
"exclude": ["**/*.spec.ts", "**/*.test.ts", "jest.config.ts"]
}