15 lines
257 B
JSON
15 lines
257 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"baseUrl": "./",
|
|
"moduleResolution": "node",
|
|
"paths": {
|
|
"@/*": ["src/*"],
|
|
"~/*": ["./*"]
|
|
},
|
|
"jsx": "preserve",
|
|
"allowJs": true
|
|
},
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|