Spaces:
Running
Running
{ | |
"compilerOptions": { | |
"lib": ["es2020"], | |
"emitDeclarationOnly": true, | |
"outDir": "../dist", | |
"declaration": true, | |
"target": "esnext", | |
"module": "commonjs", | |
"moduleResolution": "node", | |
"strict": true, | |
"allowJs": true, | |
"checkJs": true, | |
"incremental": true, | |
"allowUnreachableCode": false | |
}, | |
"types": ["node"], | |
"include": [ | |
"./global-types.ts", | |
"./index.ts", | |
] | |
} | |