DefinitelyTyped/types/chrome/tsconfig.json

29 lines
655 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": false,
"noImplicitThis": false,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"chrome-app.d.ts",
"chrome-cast.d.ts",
"chrome-webview.d.ts",
"test/index.ts",
"test/chrome-app.ts",
"test/chrome-webview.ts"
]
}