tsconfig.eslint.json — fastify Source File
Architecture documentation for tsconfig.eslint.json, a json file in the fastify codebase.
Entity Profile
Source Code
{
"compilerOptions": {
"target": "es6",
"lib": [ "es2015" ],
"module": "commonjs",
"noEmit": true,
"strict": true
},
"include": [
"../test/types/**/*.test-d.ts",
"./**/*.d.ts"
]
}
Source
Frequently Asked Questions
What does tsconfig.eslint.json do?
tsconfig.eslint.json is a source file in the fastify codebase, written in json.
Where is tsconfig.eslint.json in the architecture?
tsconfig.eslint.json is located at types/tsconfig.eslint.json (directory: types).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free