konobangu/packages/env/tsconfig.json

11 lines
242 B
JSON

{
"extends": "@konobangu/typescript-config/react-library.json",
"compilerOptions": {
"module": "preserve",
"moduleResolution": "bundler",
"baseUrl": "."
},
"include": ["./*.ts", "./*.tsx"],
"exclude": ["node_modules"]
}