kopia lustrzana https://github.com/badgen/badgen.net
22 wiersze
362 B
JSON
22 wiersze
362 B
JSON
{
|
|
"verbose": true,
|
|
"ignore": [
|
|
".git",
|
|
".next",
|
|
"node_modules/**/node_modules"
|
|
],
|
|
"execMap": {
|
|
"js": "node --harmony",
|
|
"ts": "ts-node --transpile-only --compiler-options=\"{\\\"module\\\": \\\"commonjs\\\"}\""
|
|
},
|
|
"watch": [
|
|
"index.ts",
|
|
"endpoints",
|
|
"libs"
|
|
],
|
|
"env": {
|
|
"PUB_DIR": "dist"
|
|
},
|
|
"ext": "js,ts"
|
|
}
|