mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-24 21:25:55 +00:00
15 lines
366 B
JSON
15 lines
366 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"isolatedModules": false,
|
|
"allowImportingTsExtensions": true
|
|
},
|
|
"include": ["scripts/**/*.{ts,mts}"],
|
|
"exclude": ["node_modules"]
|
|
}
|