DefinitelyTyped/types/materialize-css/tsconfig.json
胡玮文 c5ad054706 add jQuery support
add Tabs
2017-11-29 15:46:45 +08:00

27 lines
620 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",
"test/materialize-css-global.test.ts",
"test/materialize-css-module.test.ts",
"test/materialize-css-jquery.test.ts"
]
}