mirror of
https://github.com/sbuffkin/hexmaker.git
synced 2026-07-22 14:30:24 +00:00
10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"paths": {
|
|
"obsidian": ["./tests/__mocks__/obsidian.ts"]
|
|
}
|
|
},
|
|
"include": ["tests/**/*.ts"]
|
|
}
|