UNPKG

459 BJSONView Raw
1{
2 "env": {
3 "node": true
4 },
5 "plugins": [
6 "node"
7 ],
8 "extends": [
9 "plugin:node/recommended"
10 ],
11 "settings": {
12 "node": {
13 "convertPath": {
14 "src/**/*.ts": ["^src/(.+?)\\.ts$", "dist/$1.js"]
15 },
16 "tryExtensions": [".ts", ".js"]
17 }
18 },
19 "rules": {
20 "no-process-exit": "off",
21 "node/no-unsupported-features/es-syntax": "off"
22 }
23}
\No newline at end of file