aboutsummaryrefslogtreecommitdiff
path: root/packages/typescript-config/node.json
blob: ceb9ad3fa58c3cb220d5a431a399e12fc6212da0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"extends": "./base.json",
	"compilerOptions": {
		"module": "NodeNext",
		"moduleResolution": "NodeNext",
		"lib": ["ES2022"],
		"declaration": true,
		"declarationMap": true,
		"sourceMap": true,
		"noUncheckedIndexedAccess": true,
		"noEmitOnError": true
	}
}