2020-06-23 05:18:46 +00:00
|
|
|
{
|
2022-06-15 10:09:22 +00:00
|
|
|
"extends": "../tsconfig.base.json",
|
2020-06-23 05:18:46 +00:00
|
|
|
"compilerOptions": {
|
2022-06-15 10:09:22 +00:00
|
|
|
"module": "CommonJS",
|
2022-10-05 12:17:03 +00:00
|
|
|
"moduleResolution": "NodeNext",
|
2022-06-15 10:09:22 +00:00
|
|
|
"outDir": "build",
|
|
|
|
"rootDir": "src"
|
2022-06-15 10:05:25 +00:00
|
|
|
},
|
|
|
|
"include": ["src"],
|
2022-10-05 12:17:03 +00:00
|
|
|
"references": [{"path": "../utils/mochaRunner/tsconfig.json"}]
|
2020-06-23 05:18:46 +00:00
|
|
|
}
|