mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
e5af98b04b
Move e2e tests Code refactoring
25 lines
355 B
Text
25 lines
355 B
Text
|
|
[ignore]
|
|
.*/node_modules/.*
|
|
.*/vendors/.*
|
|
.*/rainloop/.*
|
|
.*/plugins/.*
|
|
.*/build/.*
|
|
.*/asserts/.*
|
|
|
|
[include]
|
|
|
|
[libs]
|
|
./dev/
|
|
|
|
[options]
|
|
strip_root=true
|
|
module.system=haste
|
|
|
|
esproposal.class_static_fields=enable
|
|
esproposal.class_instance_fields=enable
|
|
esproposal.decorators=ignore
|
|
|
|
experimental.strict_type_args=true
|
|
|
|
unsafe.enable_getters_and_setters=true
|