DefinitelyTyped/types/w3c-css-typed-object-model-level-1/tsconfig.json
2018-12-05 20:38:37 +03:00

25 lines
534 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"w3c-css-typed-object-model-level-1-tests.ts"
]
}