13 lines
245 B
JSON
13 lines
245 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"noEmit": true,
|
||
|
|
"module": "nodenext",
|
||
|
|
"moduleResolution": "nodenext",
|
||
|
|
"types": ["node"],
|
||
|
|
"strict": true,
|
||
|
|
"esModuleInterop": true,
|
||
|
|
"isolatedModules": true
|
||
|
|
},
|
||
|
|
"include": ["./src/**/*.ts"]
|
||
|
|
}
|