5666b8f8e4
* chore: add custom export executor for next app * chore: update tsconfig path for export executor
14 lines
323 B
JSON
14 lines
323 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"types": ["node"],
|
|
"importHelpers": false,
|
|
"sourceMap": false,
|
|
"inlineSourceMap": true
|
|
},
|
|
"include": ["build/impl.ts", "serve/impl.ts", "export/impl.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|