mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Add type definitions for insert-css * Correct indentation in insert-css-tests.ts * Make createElement calls consistent * Use single quotes in import
27 lines
622 B
JSON
27 lines
622 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "../",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"lib": [
|
|
"dom",
|
|
"es6"
|
|
],
|
|
"module": "commonjs",
|
|
"noEmit": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitThis": true,
|
|
"strictFunctionTypes": true,
|
|
"strictFunctionTypes": true,
|
|
"strictNullChecks": true,
|
|
"strictNullChecks": true,
|
|
"typeRoots": ["../"],
|
|
"types": []
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"insert-css-tests.ts"
|
|
]
|
|
}
|