emoji-cheat-sheet/tsconfig.json
2017-07-15 22:51:15 +08:00

9 lines
126 B
JSON

{
"compilerOptions": {
"strict": true,
"lib": ["es6"],
"module": "commonjs"
},
"include": ["src/**/*.ts"]
}