17 lines
299 B
JSON
17 lines
299 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"declaration": true,
|
||
|
"emitDeclarationOnly": true,
|
||
|
"esModuleInterop": true,
|
||
|
"module": "ES2022",
|
||
|
"moduleResolution": "Node",
|
||
|
"outDir": "build",
|
||
|
"skipLibCheck": true,
|
||
|
"strict": true,
|
||
|
"target": "ES2022"
|
||
|
},
|
||
|
"include": [
|
||
|
"source"
|
||
|
]
|
||
|
}
|