diff --git a/tsconfig.json b/tsconfig.json index e69de29bb..8c5200ce6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -0,0 +1,18 @@ +{ + "compilerOptions": { + "declaration": true, + "jsx": "react-jsx", + "module": "ES6", + "moduleResolution": "node", + "noImplicitAny": false, + "outDir": "./lib", + "skipLibCheck": true, + "strict": true, + "target": "es5", + }, + "include": ["components/**/src/**/*.ts", "components/**/src/**/*.tsx"], + "exclude": ["node_modules", "lib"], + "types": [ + "@s-ui/react-router/src/types.d.ts" + ] +} \ No newline at end of file