mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
10 lines
172 B
JSON
10 lines
172 B
JSON
|
{
|
||
|
"extends": "./tsconfig.base.json",
|
||
|
"include": ["src/parser"],
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2020",
|
||
|
"module": "CommonJS",
|
||
|
"outDir": "./parser"
|
||
|
}
|
||
|
}
|