DefinitelyTyped/socket.io-parser/tsconfig.json

19 lines
418 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"socket.io-parser.d.ts",
"socket.io-parser-tests.ts"
]
}