@chocolatemilkdev/emitter
Version:
a basic event emitter.
19 lines • 436 B
JSON
{
"compilerOptions": {
"lib": ["ES6"],
"esModuleInterop": true,
"target": "ES6",
"outDir": "dist/cjs",
"module": "CommonJS",
"declaration": true
},
"ts-node": {
"compilerOptions": {
"lib": ["ES6"],
"target": "ES6",
"module": "CommonJS",
"esModuleInterop": true
}
},
"include": ["src"]
}