2022-03-25 16:08:02 +00:00
|
|
|
{
|
|
|
|
"extends": "../../../tsconfig.base.json",
|
|
|
|
"include": ["src"],
|
|
|
|
"compilerOptions": {
|
|
|
|
"allowJs": true,
|
2023-03-06 18:57:16 +00:00
|
|
|
"module": "ES2022",
|
2022-03-25 16:08:02 +00:00
|
|
|
"outDir": "./dist",
|
2023-03-06 18:57:16 +00:00
|
|
|
"target": "ES2021",
|
2023-07-17 14:53:10 +00:00
|
|
|
"typeRoots": ["node_modules/@types", "node_modules/@netlify"],
|
|
|
|
"allowImportingTsExtensions": true
|
2022-03-25 16:08:02 +00:00
|
|
|
}
|
|
|
|
}
|