File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
// "traceResolution": true, // Enable this to debug module resolution issues
11
11
"declaration" : true ,
12
12
"removeComments" : true ,
13
- // TODO: experiment with this & move to tslib instead
13
+ // TODO: experiment with this & move to tslib in v2
14
14
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
15
15
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
16
16
// "noEmitHelpers": true, /* Disable generating custom helper functions like '__extends' in compiled output. */
17
- // TODO: check if this is needed
18
- // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
17
+ // TODO: see if this can introduced in v2 (requires breaking changes in exports)
18
+ // "isolatedModules": true, /* Ensure that each file can be safely transpiled without relying on other imports. */
19
19
"declarationMap" : true ,
20
20
"esModuleInterop" : true ,
21
21
"forceConsistentCasingInFileNames" : true ,
22
22
"strict" : true ,
23
23
"skipLibCheck" : true ,
24
- "pretty" : true , /* Enable pretty formatting for output messages. */
24
+ "pretty" : true , // Enable pretty formatting for output messages.
25
25
},
26
26
"files" : [],
27
27
"references" : [
You can’t perform that action at this time.
0 commit comments