10 lines
172 B
JSON
10 lines
172 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"paths": {
|
|
"@config": ["src/site.config.ts"]
|
|
}
|
|
}
|
|
} |