emoji-picker
Version:
Emoji picking NPM module
26 lines (25 loc) • 571 B
JSON
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"declaration": true,
"experimentalDecorators": true,
"sourceMap": true
},
"filesGlob": [
"src/**/tests/*.test.ts",
"!node_modules/**/*",
"typings/main/**/*.d.ts"
],
"exclude": [
"node_modules",
"typings/browser",
"typings/browser.d.ts"
],
"compileOnSave": false,
"atom": {
"rewriteTsconfig": false
}
}