DefinitelyTyped/types/activex-scripting/tsconfig.json
2017-06-25 23:03:34 +02:00

19 lines
373 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["scripthost"],
"strict": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"activex-scripting-tests.ts"
]
}