12 lines
185 B
JSON
12 lines
185 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"include": ["src/**/*"]
|
|
}
|