DefinitelyTyped/types/styled-system/tsconfig.json
2018-06-20 12:47:06 -04:00

18 lines
453 B
JSON

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