atlilith/@platform/codebase/@features/sso/backend-api/test/tsconfig.e2e.json

12 lines
262 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"moduleResolution": "node",
"rootDir": "..",
"outDir": "../dist-e2e"
},
"include": ["./**/*.ts", "../src/**/*.ts"],
"exclude": ["../node_modules", "../dist"]
}