File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 // "traceResolution": true, // Enable this to debug module resolution issues
1111 "declaration" : true ,
1212 "removeComments" : true ,
13- // TODO: experiment with this & move to tslib instead
13+ // TODO: experiment with this & move to tslib in v2
1414 // "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
1515 // "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
1616 // "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. */
1919 "declarationMap" : true ,
2020 "esModuleInterop" : true ,
2121 "forceConsistentCasingInFileNames" : true ,
2222 "strict" : true ,
2323 "skipLibCheck" : true ,
24- "pretty" : true , /* Enable pretty formatting for output messages. */
24+ "pretty" : true , // Enable pretty formatting for output messages.
2525 },
2626 "files" : [],
2727 "references" : [
You can’t perform that action at this time.
0 commit comments