Skip to content

Commit 75a264f

Browse files
committed
chore: add comments to tsconfig
1 parent 44a637a commit 75a264f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tsconfig.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
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": [

0 commit comments

Comments
 (0)