The changes include refactoring the create-reader in cms keystatic and changing @keystatic/next version. Additionally, code generators for keystatic and package have been added, and corresponding templates have been organized into their respective directories.
9 lines
184 B
Handlebars
9 lines
184 B
Handlebars
{
|
|
"extends": "@kit/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
|
|
},
|
|
"include": ["."],
|
|
"exclude": ["node_modules"]
|
|
}
|