BrainWare-test/web-app/tsconfig.editor.json
Christopher J. Walker 7be749bea2 Add Angular client
2024-02-22 17:12:04 -05:00

8 lines
123 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src/**/*.ts"],
"compilerOptions": {
"types": ["jest", "node"]
}
}