Initial commit
This commit is contained in:
7
apps/client/tsconfig.editor.json
Normal file
7
apps/client/tsconfig.editor.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": ["**/*.ts"],
|
||||
"compilerOptions": {
|
||||
"types": ["jest", "node"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user