10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "../scripts/tools-out",
|
|
"module": "commonjs",
|
|
"types": ["node"]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|