mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-21 17:36:04 +00:00
feat: Add sourcemaps to tsconfig
This feature is needed by the VSCode debugger.
This commit is contained in:
parent
a46a611717
commit
d5ff89d8bb
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
|||
"outDir": "./lib",
|
||||
"strict": true,
|
||||
"noImplicitAny": false,
|
||||
"esModuleInterop": true
|
||||
"esModuleInterop": true,
|
||||
"sourceMap": true,
|
||||
"lib": ["esnext", "dom"]
|
||||
},
|
||||
"include": ["src/**/*", "test/**/*"],
|
||||
"exclude": ["node_modules", "**/*.test.ts"]
|
||||
|
|
Loading…
Reference in a new issue