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 c8bd632 commit fee9515Copy full SHA for fee9515
.gitignore
@@ -11,6 +11,7 @@ out
11
.cache
12
src/generated.ts
13
src/configurationType.js
14
+src/configurationType.js.map
15
src/configurationTypeCache.jsonc
16
17
coverage
typescript/tsconfig.json
@@ -3,7 +3,10 @@
3
"compilerOptions": {
4
"noEmit": false,
5
"rootDir": "src",
6
+ "sourceMap": true,
7
"outDir": "build"
8
},
- "include": ["src"]
9
+ "include": [
10
+ "src"
+ ]
}
0 commit comments