mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
9 lines
175 B
JavaScript
9 lines
175 B
JavaScript
module.exports = {
|
|
extends: '@istanbuljs/nyc-config-typescript',
|
|
all: 'true',
|
|
sourceMap: false,
|
|
instrument: true,
|
|
extensions: ['.ts', '.tsx'],
|
|
include: ['src']
|
|
};
|