We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731461b commit 25333f4Copy full SHA for 25333f4
tsconfig-templates/README.md
@@ -0,0 +1,5 @@
1
+# `tsconfig` Templates
2
+
3
+Every package should get its own copy of these four files. Package-specific options should go in `tsconfig.json` and
4
+test-specific options in `tsconfig.test.json`. The `cjs` and `esm` files shouldn't need to be modified, and only exist
5
+because tsconfigs don't support multiple inheritence.
0 commit comments