astro-ghostcms/packages/tsconfig/node16.json

14 lines
372 B
JSON
Raw Normal View History

2024-01-23 22:48:03 +00:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Node 16",
"extends": "./base.json",
"compilerOptions": {
"lib": ["ES2021", "ESNext", "DOM"],
"module": "commonjs",
"target": "ES2021",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}