11 lines
263 B
JSON
11 lines
263 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"outDir": "dist",
|
|
"rootDir": "scripts",
|
|
},
|
|
"references": [{ "path": "../packages/shared" }],
|
|
"include": ["scripts/**/*"],
|
|
}
|