mirror of
https://github.com/hashicorp/packer.git
synced 2026-03-11 10:50:41 -04:00
* chore(website): adds ts config, upgrades deps * chore: adjust ts config option * chore: upgrade deps * fix: subnav active path routing * style(home): update integrations bg color * chore: upgrade deps * style: fix body copy color * style: fix product downloads page height * feat: updates favicon * chore(downloads): upgrade to prerelease * chore: upgrades product download page to stable * chore: update favicon.ico
20 lines
521 B
JSON
20 lines
521 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"isolatedModules": true,
|
|
"jsx": "preserve",
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"strict": false,
|
|
"target": "es5"
|
|
},
|
|
"exclude": ["node_modules", ".next", "out"],
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
|
|
}
|