19 lines
335 B
JSON
19 lines
335 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"lib": [
|
|
"esnext"
|
|
],
|
|
"types": [],
|
|
"paths": {
|
|
"*": ["./*"]
|
|
},
|
|
"moduleResolution": "bundler",
|
|
"esModuleInterop": true,
|
|
"skipDefaultLibCheck": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"outDir": "out"
|
|
}
|
|
}
|