chore: enable node to run the output of tsc without modification
This commit is contained in:
parent
0430eb6d5c
commit
2377860ff3
4 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { useTypes } from 'over.ts/src/index';
|
||||
import { useTypes } from 'over.ts/src/index.js';
|
||||
|
||||
const types = {
|
||||
number: (x: unknown): x is number => typeof x === 'number',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue