19 lines
313 B
JSON
19 lines
313 B
JSON
|
|
||
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2019",
|
||
|
"lib": ["ESNext"],
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"sourceMap": true,
|
||
|
"composite": true,
|
||
|
"declaration": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true,
|
||
|
"baseUrl": "./",
|
||
|
"paths": {
|
||
|
"@astro-vscode/*": ["packages/*/src"]
|
||
|
},
|
||
|
},
|
||
|
}
|