1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

storing flow cell view

This commit is contained in:
Fedor Katurov 2019-10-23 15:36:25 +07:00
parent 7254a448c1
commit 1d40eca79e
6 changed files with 26 additions and 7 deletions

View file

@ -18,6 +18,6 @@
"~/*": ["src/*"]
}
},
"include": ["./src/index.tsx", "./custom.d.ts"],
"include": ["./src/**/*.ts", "./src/**/*.tsx", "./custom.d.ts"],
"exclude": ["./__tests__/**/*"]
}