17 lines
305 B
JSON
17 lines
305 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"lib": ["ESNext"],
|
|
"module": "NodeNext",
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noUncheckedIndexedAccess": true,
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"strict": true,
|
|
"target": "ESNext",
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|