DefinitelyTyped/types/gulp-postcss/tsconfig.json
TokugawaTakesi 3df456aac3 test is ok
2019-04-09 10:31:35 +09:00

24 lines
493 B
JSON

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