Files
Imhotep/packages/imhotep-playwright/tsconfig.test.json
T

13 lines
242 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"noEmit": false,
"composite": false,
"paths": {}
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}