๐Ÿ“ฆ hediet / automatic-sanity-testing-stale

๐Ÿ“„ tsconfig.json ยท 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13{
	"ts-node": {
		"compilerOptions": {
			"module": "commonjs"
		}
	},
	"compilerOptions": {
		"module": "commonjs",
		"strict": true,
		"target": "es2022"
	}
}