mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
* Added initial types for inline-style-prefixer https://github.com/rofrischmann/inline-style-prefixer * [inline-style-prefixer] fix tslint issues * [inline-style-prefixer] using export = * [inline-style-prefixer] fixed test
24 lines
484 B
JSON
24 lines
484 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6",
|
|
"dom"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"inline-style-prefixer-tests.ts"
|
|
]
|
|
}
|