DefinitelyTyped/types/react-numeric-input/tsconfig.json
2017-11-03 08:04:12 -07:00

25 lines
528 B
JSON

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