-
Notifications
You must be signed in to change notification settings - Fork 0
/
mailing-list.sublime-project
40 lines (40 loc) · 1.31 KB
/
mailing-list.sublime-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"folders": [
{
"follow_symlinks": true,
"path": "."
}
],
"settings": {
"typescript": {
"roots": [
"index.ts"
],
"settings": {
"node_path":"none",
"error_on_save_only":false,
"build_on_save":true,
"show_build_file":false,
"activate_build_system": true,
"build_parameters":
{
"pre_processing_commands":[],
"post_processing_commands":[],
"output_dir_path":"none",
"concatenate_and_emit_output_file_path":"none",
"source_files_root_path":"none",
"map_files_root_path":"none",
"module_kind":"commonjs",
"allow_bool_synonym":false,
"allow_import_module_synonym":false,
"generate_declaration":false,
"no_implicit_any_warning":false,
"skip_resolution_and_preprocessing":false,
"remove_comments_from_output":false,
"generate_source_map":false,
"ecmascript_target":"ES5"
}
}
}
}
}