ghostfolio/apps/client/tsconfig.editor.json

9 lines
152 B
JSON
Raw Permalink Normal View History

2021-04-13 21:53:58 +02:00
{
"extends": "./tsconfig.json",
"include": ["**/*.ts"],
"compilerOptions": {
"types": ["jest", "node"]
},
"exclude": ["jest.config.ts"]
2021-04-13 21:53:58 +02:00
}