14 lines
220 B
JSON
14 lines
220 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["dom"],
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"strict": true,
|
|
"noEmit": true
|
|
}
|
|
}
|