14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2019",
|
|
"lib": ["ESNext"],
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"composite": true,
|
|
"declaration": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"baseUrl": "./"
|
|
}
|
|
}
|