mirror of
https://github.com/ikatyang/emoji-cheat-sheet.git
synced 2024-11-01 04:28:15 +08:00
9 lines
126 B
JSON
9 lines
126 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"lib": ["es6"],
|
|
"module": "commonjs"
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|