13 lines
303 B
JSON
13 lines
303 B
JSON
|
|
{
|
||
|
|
"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/*"]
|
||
|
|
}
|