emoji-cheat-sheet/tsconfig.json

9 lines
126 B
JSON
Raw Normal View History

2017-07-15 22:51:15 +08:00
{
"compilerOptions": {
"strict": true,
"lib": ["es6"],
"module": "commonjs"
},
"include": ["src/**/*.ts"]
}