Files
react-test/packages-internal/scripts/generate-llms-txt/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
303 B
JSON
Raw Normal View History

2025-12-12 14:26:25 +09:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "../build/generate-llms-txt",
"tsBuildInfoFile": "../build/generate-llms-txt/.tsbuildinfo",
"noImplicitAny": false,
"strict": false,
"skipLibCheck": true
},
"include": ["./src/*"]
}