DefinitelyTyped/types/cleave.js/tsconfig.json

27 lines
585 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"dom",
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react"
},
"files": [
"cleave.js-tests.tsx",
"index.d.ts",
"options.d.ts",
"react/index.d.ts"
]
}