Peacock/tests/tsconfig.json

13 lines
329 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
// Reset rootDir to default to make rootDirs take effect
"rootDir": null,
"rootDirs": ["../components", "."],
"noEmit": true,
"emitDeclarationOnly": false
},
"include": ["../components", "**/*.ts"],
"exclude": []
}