Skip to content

Commit 485c83b

Browse files
committed
📝 further clarify custom compiler option
1 parent b763dde commit 485c83b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/main/atom/atomConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var Config = (function () {
1717
default: 'none'
1818
},
1919
typescriptServices: {
20-
title: 'Full path to a custom `typescriptServices.js`',
20+
title: 'Full path (including file name) to a custom `typescriptServices.js`',
2121
type: 'string',
2222
default: ''
2323
},

lib/main/atom/atomConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Config {
2323
default: 'none'
2424
},
2525
typescriptServices: {
26-
title: 'Full path to a custom `typescriptServices.js`',
26+
title: 'Full path (including file name) to a custom `typescriptServices.js`',
2727
type: 'string',
2828
default: ''
2929
},

0 commit comments

Comments
 (0)