mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* created draft for @types/webpack-blocks__core * corrected formatting * added tests to typing * corrected formatting; fixed import * - implemented definitions for webpack-blocks package. * - implemented definitions for webpack-blocks package. * - corrected formatting for import/export in main package. * - corrected formatting tests for assets. * - added declarations for @webpack-blocks/babel plugin. * - updated tests for babel. * - updated tests for babel subpackage. * - implemented dev-server type * - updated description for babel. * - corrected formatting. * - implemented definition for webpack-blocks/extract-text package. * - corrected formatting * - implemented webpack module for webpack-blocks * - proxied more methods. * - corrected formatting. * - implemented definitions for @webpack-blocks/postcss package. * - corrected formatting. * - corrected type description. * - implemented definition for @webpack-blocks/sass package. * - corrected formatting. * - implemented draft definitions for webpack-blocks/typescript package. * - implemented draft definitions for webpack-blocks/uglify package. * - updated interface for typescript; - corrected name and formatting for tests. * - corrected name for tests. * - corrected link to package; - corrected formatting; - removed redundant module.exports from test. * - corrected typings for @webpack-blocks/uglify. * - corrected namings. * - corrected import and version. * - corrected import and version. * - corrected import and version. * - simplified type. * - corrected imports.
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"esModuleInterop": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"paths": {
|
|
"@webpack-blocks/assets": ["webpack-blocks__assets"],
|
|
"@webpack-blocks/babel": ["webpack-blocks__babel"],
|
|
"@webpack-blocks/core": ["webpack-blocks__core"],
|
|
"@webpack-blocks/dev-server": ["webpack-blocks__dev-server"],
|
|
"@webpack-blocks/extract-text": ["webpack-blocks__extract-text"],
|
|
"@webpack-blocks/postcss": ["webpack-blocks__postcss"],
|
|
"@webpack-blocks/sass": ["webpack-blocks__sass"],
|
|
"@webpack-blocks/typescript": ["webpack-blocks__typescript"],
|
|
"@webpack-blocks/uglify": ["webpack-blocks__uglify"],
|
|
"@webpack-blocks/webpack": ["webpack-blocks__webpack"]
|
|
}
|
|
},
|
|
"files": [
|
|
"index.d.ts"
|
|
]
|
|
}
|