kopia lustrzana https://github.com/FacilMap/facilmap
10 wiersze
146 B
JSON
10 wiersze
146 B
JSON
|
{
|
||
|
"extends": "../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"outDir": "out.node"
|
||
|
},
|
||
|
"include": [
|
||
|
"vite.config.ts"
|
||
|
]
|
||
|
}
|