mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-11 07:44:02 +08:00
* Added definition for async-polling * async-polling tests with noImplicitAny * Definitions for xsd-schema-validator * Definitions for duplexer2. * Added noImplicitThis: true
20 lines
432 B
JSON
20 lines
432 B
JSON
{
|
|
"files": [
|
|
"index.d.ts",
|
|
"duplexer2-tests.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": false,
|
|
"noImplicitThis": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
} |