9 lines
146 B
JSON
9 lines
146 B
JSON
{
|
|
"extends": ["../../../tsconfig/nodenext.json"],
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src"
|
|
},
|
|
"include": ["src"]
|
|
}
|