misc_pterodactyl-panel/.flowconfig

15 lines
252 B
Text
Raw Normal View History

2018-09-23 21:58:09 +00:00
[ignore]
<PROJECT_ROOT>/vendor/.*
<PROJECT_ROOT>/tests/.*
<PROJECT_ROOT>/storage/.*
<PROJECT_ROOT>/app/.*
[options]
module.name_mapper='^/\(.*\)$' -> '<PROJECT_ROOT>/\1'
module.file_ext=.js
module.file_ext=.vue
module.file_ext=.json
[version]
0.81.0