We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f23c0 commit a5ea080Copy full SHA for a5ea080
tsconfigBase.json
@@ -0,0 +1,27 @@
1
+{
2
+ "compilerOptions": {
3
+ "allowJs": true,
4
+ "checkJs": true,
5
+ "baseUrl": ".",
6
+ "outDir": "dist/typescript",
7
+ "newLine": "lf",
8
+ "declaration": true,
9
+ "emitDeclarationOnly": true,
10
+ "resolveJsonModule": true,
11
+ "esModuleInterop": true,
12
+ "paths": {
13
+ "lib/*": [
14
+ "src/lib/*"
15
+ ],
16
+ "src/*": [
17
+ "src/*"
18
19
+ "root/*": [
20
+ "./*"
21
+ ]
22
+ }
23
+ },
24
+ "typeAcquisition": {
25
+ "enable": true
26
27
+}
0 commit comments