15 lines
429 B
JSON
15 lines
429 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["es2020"],
|
||
|
"target": "es2020",
|
||
|
"module": "commonjs",
|
||
|
"esModuleInterop": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"strict": true,
|
||
|
"skipLibCheck": true
|
||
|
},
|
||
|
"include": [
|
||
|
"./*"
|
||
|
]
|
||
|
}
|