mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-emoji.git
synced 2025-10-04 01:20:58 +08:00
21 lines
No EOL
363 B
JSON
21 lines
No EOL
363 B
JSON
{
|
|
"include": [
|
|
"lib/**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "build/lib",
|
|
"lib": ["es2017"],
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"alwaysStrict": true,
|
|
"sourceMap": true,
|
|
"types": [
|
|
"socket.io"
|
|
]
|
|
},
|
|
"typeAcquisition": {
|
|
"enable": false
|
|
}
|
|
} |