Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
m1k1o
GitHub Repository: m1k1o/neko
Path: blob/master/webpage/tsconfig.json
1002 views
1
{
2
// This file is not used in compilation. It is here just for a nice editor experience.
3
"extends": "@docusaurus/tsconfig",
4
"compilerOptions": {
5
"baseUrl": "."
6
},
7
"exclude": [".docusaurus", "build"]
8
}
9
10