semantic-styled-ui
Version:
Set of UI components based of Semantic UI with Styled Components
23 lines (22 loc) • 614 B
JSON
{
// TODO: https://code.visualstudio.com/docs/languages/jsconfig#_jsconfig-options
"compilerOptions": {
"module": "ESNext",
"esModuleInterop": true,
"target": "ESNext",
// "noImplicitAny": true,
// "noImplicitThis": true,
// "alwaysStrict": true,
// "strictBindCallApply": true,
"strictNullChecks": true,
// "strictFunctionTypes": true,
// "strictPropertyInitialization": true,
"strict": true,
"moduleResolution": "node",
"sourceMap": true,
"declaration": true,
"outDir": "dist",
"jsx": "preserve"
},
"include": ["src", "./src/types.d.ts"]
}