mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-07 04:50:54 +08:00
Add type definitions for 'printf' (#14821)
* Add definitions for 'printf' * Add "lib" to tsconfig.json * Fix link
This commit is contained in:
committed by
Mohamed Hegazy
parent
a43da75444
commit
253d42273d
22
printf/tsconfig.json
Normal file
22
printf/tsconfig.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"lib": [
|
||||
"es6"
|
||||
],
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": true,
|
||||
"baseUrl": "../",
|
||||
"typeRoots": [
|
||||
"../"
|
||||
],
|
||||
"types": [],
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
"printf-tests.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user