14 lines
260 B
JSON
Executable File
14 lines
260 B
JSON
Executable File
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": false,
|
|
"skipLibCheck": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["src"]
|
|
}
|