mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-28 07:58:10 +08:00
Moved webpack-env to separate folder (#11684)
This commit is contained in:
committed by
Mohamed Hegazy
parent
e5078805b1
commit
50f20d7af5
19
webpack-env/tsconfig.json
Normal file
19
webpack-env/tsconfig.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": false,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
"../"
|
||||
],
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"webpack-env-tests.ts"
|
||||
]
|
||||
}
|
||||
@@ -14,7 +14,6 @@
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"webpack-env.d.ts",
|
||||
"webpack-tests.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user