fluence-js/tsconfig.json

15 lines
351 B
JSON

{
"compilerOptions": {
"lib": ["es2015", "dom"],
"outDir": "./dist/",
"target": "ESNext",
"module": "ESNext",
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,
"declaration": true,
"moduleResolution": "nodenext"
}
}