sbuffkin_hexmaker/tsconfig.test.json
2026-04-04 11:51:53 -04:00

10 lines
194 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"esModuleInterop": true,
"paths": {
"obsidian": ["./tests/__mocks__/obsidian.ts"]
}
},
"include": ["tests/**/*.ts"]
}