mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-14 11:44:54 +08:00
24 lines
310 B
Text
24 lines
310 B
Text
|
|
||
|
[ignore]
|
||
|
.*/node_modules/.*
|
||
|
.*/vendors/.*
|
||
|
.*/rainloop/.*
|
||
|
.*/plugins/.*
|
||
|
.*/build/.*
|
||
|
.*/asserts/.*
|
||
|
|
||
|
[include]
|
||
|
|
||
|
[libs]
|
||
|
./dev/
|
||
|
|
||
|
[options]
|
||
|
module.system=haste
|
||
|
|
||
|
esproposal.class_static_fields=enable
|
||
|
esproposal.class_instance_fields=enable
|
||
|
|
||
|
experimental.strict_type_args=true
|
||
|
|
||
|
unsafe.enable_getters_and_setters=true
|