14 lines
249 B
JSON
14 lines
249 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"target": "ESNext",
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "bundler",
|
||
|
|
"strict": true,
|
||
|
|
"noEmit": true,
|
||
|
|
"skipLibCheck": true,
|
||
|
|
"types": ["node"],
|
||
|
|
"paths": {}
|
||
|
|
},
|
||
|
|
"include": ["src/**/*.ts"]
|
||
|
|
}
|