tsconfig.scripts.json — ui Source File
Architecture documentation for tsconfig.scripts.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "ES2017",
"module": "ESNext",
"moduleResolution": "node",
"esModuleInterop": true,
"isolatedModules": false,
"allowImportingTsExtensions": true
},
"include": ["scripts/**/*.{ts,mts}"],
"exclude": ["node_modules"]
}
Source
Frequently Asked Questions
What does tsconfig.scripts.json do?
tsconfig.scripts.json is a source file in the ui codebase, written in json.
Where is tsconfig.scripts.json in the architecture?
tsconfig.scripts.json is located at deprecated/www/tsconfig.scripts.json (directory: deprecated/www).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free