-
Yassine Doghri authored
- rename podlibre to adaures - rename castopod-host to castopod - simplify README and redirect to docs site - move INSTALL and UPDATE docs - add new gitlabci pipeline to deploy docs - upgrade node to v16 in Dockerfile
Yassine Doghri authored- rename podlibre to adaures - rename castopod-host to castopod - simplify README and redirect to docs site - move INSTALL and UPDATE docs - add new gitlabci pipeline to deploy docs - upgrade node to v16 in Dockerfile
tsconfig.json 339 B
{
"compilerOptions": {
"outDir": "dist",
"target": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"resolveJsonModule": true,
"allowJs": true,
"strict": true,
"baseUrl": ".",
"paths": {
"/@theme/*": [".vitepress/theme/*"]
}
},
"include": ["src/**/*", ".vitepress/**/*"]
}