mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
* [align-text] Adds index as last parameter to callback function * Adds file to tsconfig.json * Change test
25 lines
620 B
JSON
25 lines
620 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"files": [
|
|
"index.d.ts",
|
|
"test/simple.ts",
|
|
"test/center-simple.ts",
|
|
"test/center-complex.ts",
|
|
"test/center-all-arguments.ts",
|
|
"test/array.ts"
|
|
]
|
|
}
|