You've already forked AstralRinth
forked from didirus/AstralRinth
Add translations support (#116)
This commit is contained in:
21
tsconfig.docs.json
Normal file
21
tsconfig.docs.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
|
||||
"target": "ESNext",
|
||||
"moduleResolution": "Bundler",
|
||||
|
||||
"allowJs": true,
|
||||
"allowArbitraryExtensions": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
"resolveJsonModule": true,
|
||||
|
||||
"emitDeclarationOnly": true
|
||||
},
|
||||
"include": [
|
||||
"docs/.vitepress/**/*.ts",
|
||||
"docs/.vitepress/**/*.js",
|
||||
"docs/.vitepress/**/*.vue",
|
||||
"locales/*.json"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user