File: tsconfig.test.json

package info (click to toggle)
node-rollup-plugin-typescript2 0.36.0%2Bds%2B~cs6.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,368 kB
  • sloc: javascript: 1,211; sh: 4; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
{
	"extends": "./tsconfig",
	"compilerOptions": {
		"esModuleInterop": true, // needed to parse some imports with ts-jest (since Rollup isn't used when importing during testing)
	},
}