17 lines
200 B
JSON
17 lines
200 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESNext",
|
||
|
"module": "ESNext",
|
||
|
|
||
|
"paths": {
|
||
|
"~/*": [
|
||
|
"./src/*"
|
||
|
]
|
||
|
},
|
||
|
|
||
|
"strict": true,
|
||
|
"moduleResolution": "node"
|
||
|
},
|
||
|
"include": ["src/**/*.ts"]
|
||
|
}
|