Skip to content

Commit

Permalink
chore(Root): Revert tsconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
oegea committed Jun 11, 2024
1 parent f4c311e commit 9cdb1ec
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 9cdb1ec

Please sign in to comment.