DefinitelyTyped/types/react/tsconfig.json

28 lines
623 B
JSON

{
"files": [
"index.d.ts",
"test/index.ts",
"test/tsx.tsx",
"test/cssProperties.tsx"
],
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": false,
"strictNullChecks": true,
"strictFunctionTypes": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"esModuleInterop": true,
"jsx": "preserve"
}
}