DefinitelyTyped/types/styled-components/tsconfig.json
2019-02-06 14:54:16 -05:00

29 lines
631 B
JSON

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