mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
22 lines
351 B
JSON
22 lines
351 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"include": [
|
|
".astro/types.d.ts",
|
|
"**/*"
|
|
],
|
|
"exclude": [
|
|
"dist"
|
|
],
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react",
|
|
"paths": {
|
|
"~/*": [
|
|
"*"
|
|
],
|
|
},
|
|
"baseUrl": "./src",
|
|
"module": "node16",
|
|
"moduleResolution": "node16"
|
|
}
|
|
} |