9 lines
144 B
JSON
9 lines
144 B
JSON
|
{
|
||
|
"extends": "../api/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"module": "esnext",
|
||
|
"outDir": "../public/dist"
|
||
|
},
|
||
|
"include": ["./"]
|
||
|
}
|