18 lines
276 B
JSON
18 lines
276 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "nodenext",
|
|
"target": "esnext",
|
|
"moduleResolution": "nodenext",
|
|
"lib": [
|
|
"ESNext"
|
|
],
|
|
"types": ["node"],
|
|
"alwaysStrict": true,
|
|
"strict": true,
|
|
"rootDir": "./src"
|
|
},
|
|
"include": [
|
|
"./src"
|
|
]
|
|
}
|