12 lines
No EOL
270 B
JSON
12 lines
No EOL
270 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"strict": false,
|
|
"declaration": true,
|
|
"outDir": "./out",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true
|
|
},
|
|
} |