11 lines
242 B
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"]
|
|
}
|