2023-04-19 02:14:25 +03:00
|
|
|
{
|
2023-06-09 06:42:54 +03:00
|
|
|
"extends": "../../tsconfig.json",
|
2023-04-19 02:14:25 +03:00
|
|
|
"compilerOptions": {
|
|
|
|
"composite": true,
|
|
|
|
"target": "ESNext",
|
|
|
|
"module": "ESNext",
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"moduleResolution": "Node",
|
2023-05-31 15:49:56 +03:00
|
|
|
"allowSyntheticDefaultImports": true,
|
2023-06-09 06:42:54 +03:00
|
|
|
"outDir": "dist/scripts",
|
|
|
|
"rootDir": "."
|
2023-04-19 02:14:25 +03:00
|
|
|
},
|
2023-06-09 06:42:54 +03:00
|
|
|
"references": [
|
|
|
|
{
|
|
|
|
"path": "../../tests/fixtures"
|
|
|
|
}
|
|
|
|
],
|
2023-04-28 02:02:05 +03:00
|
|
|
"include": ["scripts", "package.json"]
|
2023-04-19 02:14:25 +03:00
|
|
|
}
|