Files
DefinitelyTyped/autoprefixer/tsconfig.json
Armando Meziat c12c733253 Added autoprefixer definitions (#14956)
* Added autoprefixer definitions

* Added package.json
2017-03-09 22:26:02 -08:00

23 lines
456 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"autoprefixer-tests.ts"
]
}