12 lines
258 B
JSON
12 lines
258 B
JSON
{
|
|
"extends": "@kan/tsconfig/internal-package.json",
|
|
"include": ["src"],
|
|
"exclude": ["node_modules"],
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"moduleResolution": "bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"module": "ESNext"
|
|
}
|
|
}
|