15 lines
287 B
JSON
15 lines
287 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"lib": ["ESNext"],
|
||
|
|
"target": "ESNext",
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "Node",
|
||
|
|
"noImplicitAny": true,
|
||
|
|
"allowSyntheticDefaultImports": true,
|
||
|
|
"outDir": "./out",
|
||
|
|
"declaration": true
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"src/**/*.ts"
|
||
|
|
]
|
||
|
|
}
|