mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-emoji.git
synced 2025-10-04 01:20:58 +08:00
Backend
This commit is contained in:
parent
3094180be6
commit
23039bf983
12 changed files with 839 additions and 0 deletions
19
tsconfig.json
Normal file
19
tsconfig.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"include": [
|
||||
"lib/**/*.ts",
|
||||
"typings"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"outDir": "build/lib",
|
||||
"lib": ["es2015"],
|
||||
"target": "es2015",
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"noImplicitAny": true,
|
||||
"alwaysStrict": true,
|
||||
"sourceMap": true
|
||||
},
|
||||
"typeAcquisition": {
|
||||
"enable": false
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue