astro/packages/integrations/prefetch/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
199 B
JSON
Raw Normal View History

{
"extends": "../../../tsconfig.base.json",
"include": ["src", "@types"],
"compilerOptions": {
"allowJs": true,
"module": "ES2020",
"outDir": "./dist",
2022-06-27 18:28:16 +00:00
"target": "ES2020"
}
}