11 lines
237 B
JSON
11 lines
237 B
JSON
{
|
|
"extends": "@turbostarter/tsconfig/internal.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"content-collections": ["./.content-collections/generated"]
|
|
}
|
|
},
|
|
"include": ["*.ts", "src/**/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|