4c93bd8154
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
12 lines
296 B
JSON
12 lines
296 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"include": ["src"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"module": "ES2022",
|
|
"outDir": "./dist",
|
|
"target": "ES2021",
|
|
"typeRoots": ["node_modules/@types", "node_modules/@netlify"],
|
|
"allowImportingTsExtensions": true
|
|
}
|
|
}
|