BrainWare-test/web-app/tsconfig.editor.json

8 lines
123 B
JSON
Raw Permalink Normal View History

2024-02-22 22:12:04 +00:00
{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"types": ["jest", "node"]
}
}