Files
nocobase/docs/tsconfig.json
T
chenos a5d5f1411e feat: NocoBase documentation 2.0 (#7623)
* feat: client-v2

* feat: docs

* fix: locales

* fix: build

* fix: version

* fix: docs ci

* fix: update Dockerfile

* fix: docs

* Revert "fix: docs"

This reverts commit c5e38f8c9c.

* fix: update docs

* fix: themeDir

* fix: docs

* fix: update docs

* fix: docs

* fix: dockerfile

* fix: node_modules

* fix: error

* fix: dockerfile

* fix: dockerfile

* fix: dockerfile

* fix: error

* fix: dockerfile

* fix: dockerfikle

* fix: bash c

* fix: dockerfile

* fix: cp

* fix: build

* fix: build

* fix: nginx conf

* fix: deps

* fix: client-v2 test

* fix: theme scss
2025-10-22 16:39:53 +08:00

29 lines
630 B
JSON

{
"compilerOptions": {
"lib": ["DOM", "ES2020"],
"jsx": "react-jsx",
"target": "ES2020",
"noEmit": true,
"skipLibCheck": true,
"useDefineForClassFields": true,
/* modules */
"module": "ESNext",
"moduleDetection": "force",
"moduleResolution": "bundler",
"verbatimModuleSyntax": true,
"resolveJsonModule": true,
"allowImportingTsExtensions": true,
"isolatedModules": true,
/* type checking */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true
},
"include": ["docs", "theme", "rspress.config.ts"],
"mdx": {
"checkMdx": true
}
}