astro/tsconfig.json

10 lines
160 B
JSON
Raw Normal View History

2021-03-15 17:22:05 +00:00
{
"extends": "./tsconfig.base.json",
2021-03-15 17:22:05 +00:00
"include": ["src"],
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"outDir": "./lib"
2021-03-15 17:22:05 +00:00
}
}