@loybung/launcher 7.0.0 → 7.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/tsconfig.json +0 -14
package/package.json
CHANGED
package/tsconfig.json
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"compilerOptions": {
|
3
|
-
"target": "ES6",
|
4
|
-
"module": "commonjs",
|
5
|
-
"declaration": true,
|
6
|
-
"strict": true,
|
7
|
-
"esModuleInterop": true,
|
8
|
-
"skipLibCheck": true,
|
9
|
-
"forceConsistentCasingInFileNames": true,
|
10
|
-
"outDir": "./dist"
|
11
|
-
},
|
12
|
-
"include": ["./src/**/*.ts"],
|
13
|
-
"exclude": ["node_modules"]
|
14
|
-
}
|