DefinitelyTyped/types/sharedb/tsconfig.json

28 lines
594 B
JSON

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