mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
11 lines
168 B
JSON
11 lines
168 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"tests/bw.spec.ts"
|
|
]
|
|
} |