14 lines
212 B
JSON
14 lines
212 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*" : ["src/*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
"public/**/*"
|
|
]
|
|
}
|