jb-date-input
Version:
jalali date input web component
19 lines • 405 B
JSON
{
"compilerOptions": {
"baseUrl": ".",
"rootDir": "./lib",
"declarationDir": "./dist",
"skipLibCheck":true,
"allowJs": false
},
"include": [
"lib/**/*.ts",
"lib/**/*.tsx",
],
"exclude": [
"node_modules",
"**/*.spec.ts",
"dist"
],
"extends":"jb-core/configs/tsconfig-react.json"
}