DefinitelyTyped/types/dplayer/tsconfig.json
2018-09-04 12:15:46 +08:00

23 lines
527 B
JSON

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