Skip to content

Commit

Permalink
include tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank99 committed Jan 24, 2023
1 parent 8e70f27 commit c2402cc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"compilerOptions": {
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"esModuleInterop": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "NodeNext",
"skipLibCheck": true
},
"include": ["dist/open-props.module.js", "src/props.*.js"],
"exclude": ["node_modules", "src/*.src.js"]
}

0 comments on commit c2402cc

Please sign in to comment.