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 2a12a21 commit d2e686fCopy full SHA for d2e686f
packages/url-utils/tsconfig.json
@@ -0,0 +1,19 @@
1
+{
2
+ "compilerOptions": {
3
+ "target": "ES2019",
4
+ "module": "CommonJS",
5
+ "moduleResolution": "node",
6
+ "outDir": "./cjs",
7
+ "rootDir": "./src",
8
+ "declaration": true,
9
+ "esModuleInterop": true,
10
+ "forceConsistentCasingInFileNames": true,
11
+ "strict": true,
12
+ "noUnusedLocals": true,
13
+ "noUnusedParameters": true,
14
+ "noFallthroughCasesInSwitch": true,
15
+ "skipLibCheck": true
16
+ },
17
+ "include": ["src"]
18
+}
19
+
packages/url-utils/tsconfig.test.json
@@ -0,0 +1,6 @@
+ "rootDir": "test",
+ "outDir": "tmp/test"
+ }
0 commit comments