mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
11 lines
211 B
JSON
11 lines
211 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
}
|
|
}
|