13 lines
No EOL
267 B
JSON
13 lines
No EOL
267 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "../..",
|
|
"composite": true,
|
|
"outDir": "dist",
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"noEmit": false
|
|
},
|
|
"include": ["src", "vite.config.ts"],
|
|
"exclude": ["node_modules"]
|
|
} |