DefinitelyTyped/types/html5plus/tsconfig.json
折腾笔记 d2b667e02b Added new types for html5plus (#33572)
* Added new types for html5plus

* change tslint rules for types/html5plus

* change types for html5plus
2019-03-06 10:15:57 -08:00

23 lines
490 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"html5plus-tests.ts"
]
}