9 lines
122 B
JSON
9 lines
122 B
JSON
|
{
|
||
|
"extends": "@myturborepo/tsconfig/histoire.json",
|
||
|
"include": [
|
||
|
"env.d.ts",
|
||
|
"./**/*",
|
||
|
"./**/*.vue"
|
||
|
]
|
||
|
}
|