Skip to content
Snippets Groups Projects
Commit 51b57fe4 authored by Marcus Schiesser's avatar Marcus Schiesser
Browse files

fix: don't create d.ts files for create-llama

parent 170f46fb
No related branches found
No related tags found
No related merge requests found
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "es2019",
"moduleResolution": "node",
"strict": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true,
"declaration": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
},
"include": [
"create-app.ts",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment