DefinitelyTyped/types/parse5-parser-stream/tsconfig.json

24 lines
501 B
JSON
Raw Permalink Normal View History

2018-05-02 10:49:57 +00:00
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"parse5-parser-stream-tests.ts"
]
}