14 lines
312 B
JSON
14 lines
312 B
JSON
{
|
|
"display": "Node 18",
|
|
"include": ["index.d.ts", "src/**/*"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"moduleResolution": "node",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"target": "ES2018",
|
|
"lib": ["ES2018", "ES2019.Symbol"]
|
|
}
|
|
}
|