@philipe1993/list-color 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/index.ts +0 -0
- package/tsconfig.json +17 -0
- package/index.tsx +0 -2
- /package/src/{index.tsx → ListColor.tsx} +0 -0
package/package.json
CHANGED
package/src/index.ts
ADDED
File without changes
|
package/tsconfig.json
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
{
|
2
|
+
"compilerOptions": {
|
3
|
+
"target": "es6",
|
4
|
+
"module": "commonjs",
|
5
|
+
"jsx": "react",
|
6
|
+
"strict": true,
|
7
|
+
"esModuleInterop": true,
|
8
|
+
"skipLibCheck": true,
|
9
|
+
"forceConsistentCasingInFileNames": true
|
10
|
+
},
|
11
|
+
"include": [
|
12
|
+
"src"
|
13
|
+
],
|
14
|
+
"exclude": [
|
15
|
+
"node_modules"
|
16
|
+
]
|
17
|
+
}
|
package/index.tsx
DELETED
File without changes
|