@cssfn/types
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,2 +0,1 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
export {}; |
{ | ||
"name": "@cssfn/types", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Common typescript definitions.", | ||
"type": "module", | ||
"main": "dist/types.js", | ||
@@ -6,0 +7,0 @@ "types": "dist/types.d.ts", |
@@ -27,5 +27,5 @@ { | ||
/* Modules */ | ||
"module": "commonjs", /* Specify what module code is generated. */ | ||
"module": "ESNext", /* Specify what module code is generated. */ | ||
// "rootDir": "./", /* Specify the root folder within your source files. */ | ||
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */ | ||
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */ | ||
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ | ||
@@ -32,0 +32,0 @@ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ |
Yes
13441
119