DefinitelyTyped/types/react-native-signature-capture/tsconfig.json

18 lines
473 B
JSON

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