16 lines
260 B
JSON
16 lines
260 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"outDir": "./lib",
|
|
"target": "ESNext",
|
|
"moduleResolution": "node",
|
|
"module": "CommonJS",
|
|
"declaration": true,
|
|
"declarationMap": true
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|