forked from spacebar/SplatNet
19 lines
269 B
JSON
19 lines
269 B
JSON
|
|
{
|
||
|
|
"extends": "astro/tsconfigs/strict",
|
||
|
|
"include": [
|
||
|
|
".astro/types.d.ts",
|
||
|
|
"**/*"
|
||
|
|
],
|
||
|
|
"exclude": [
|
||
|
|
"dist"
|
||
|
|
],
|
||
|
|
"compilerOptions": {
|
||
|
|
"ignoreDeprecations": "6.0",
|
||
|
|
"baseUrl": ".",
|
||
|
|
"paths": {
|
||
|
|
"~/*": [
|
||
|
|
"src/*"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|