11 lines
257 B
JSON
11 lines
257 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler"
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"extends": "@repo/typescript-config/react-library.json",
|
|
"include": ["src", "turbo", "*.mjs", "*.ts"]
|
|
}
|