2023-02-06 16:13:57 +00:00
|
|
|
{
|
|
|
|
"extends": "../../../tsconfig.base.json",
|
2023-02-10 14:00:12 +00:00
|
|
|
"include": ["src", "content-types.d.ts"],
|
2023-02-06 16:13:57 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
"allowJs": true,
|
|
|
|
"module": "ES2020",
|
|
|
|
"outDir": "./dist",
|
|
|
|
"target": "ES2020"
|
|
|
|
}
|
|
|
|
}
|