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