tsconfig.strictNullChecks.json 227 字节
Newer Older
M
Matt Bierner 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
	"extends": "./tsconfig.base.json",
	"compilerOptions": {
		"noEmit": true,
		"strictNullChecks": true
	},
	"include": [
		"./typings",
		"./vs/base/common/iterator.ts"
	],
	"exclude": [
		"./typings/require-monaco.d.ts"
	]
}