@ketch-in/packet
Version:
20 lines (19 loc) • 407 B
JSON
{
"compileOnSave": true,
"compilerOptions": {
"outDir": "./dist",
"allowJs": true,
"target": "es6",
"lib": ["es2016"],
"module": "CommonJS",
"noImplicitAny": true,
"sourceMap": true,
"baseUrl": ".",
"esModuleInterop": true,
"skipLibCheck": true,
"moduleResolution": "node",
"declaration": true,
"declarationMap": true
},
"include": ["src/**/*"]
}