Files
mina-sidor-fa-web/apps/dafa-web/tsconfig.editor.json
Erik Tiekstra f0d1b3ccd4 initial commit
2021-03-16 13:00:57 +01:00

8 lines
119 B
JSON

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