mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add extract-text-webpack-plugin Refs: https://webpack.js.org/configuration/module/ https://github.com/webpack/webpack/blob/master/schemas/webpackOptionsSchema.json https://github.com/webpack/extract-text-webpack-plugin#readme
19 lines
397 B
JSON
19 lines
397 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"webpack-tests.ts"
|
|
]
|
|
} |