f18ee36dc0
* chore: add @astrojs/webapi * chore: update package.json * fix: update file case * fix: remove lowercase file * chore: update tests to use mocha * chore: update LICENSE
15 lines
No EOL
316 B
JSON
15 lines
No EOL
316 B
JSON
{
|
|
"include": ["src/*"],
|
|
"exclude": ["node_modules"],
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"module": "ES2020",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"declarationDir": ".",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"declarationMap": true
|
|
}
|
|
} |