2018-04-09 19:14:07 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"module": "commonjs",
|
|
|
|
|
"lib": [
|
|
|
|
|
"es6"
|
|
|
|
|
],
|
|
|
|
|
"noImplicitAny": true,
|
|
|
|
|
"noImplicitThis": true,
|
|
|
|
|
"strictNullChecks": true,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"strictFunctionTypes": true,
|
|
|
|
|
"baseUrl": "../",
|
|
|
|
|
"typeRoots": [
|
|
|
|
|
"../"
|
|
|
|
|
],
|
|
|
|
|
"types": [],
|
|
|
|
|
"noEmit": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"index.d.ts",
|
2020-03-31 00:42:10 +00:00
|
|
|
"test/pdfmake-interfaces-tests.ts",
|
|
|
|
|
"test/pdfmake-playground-examples-tests.ts",
|
|
|
|
|
"test/pdfmake-examples-tests.ts",
|
|
|
|
|
"test/pdfmake-global-tests.ts",
|
|
|
|
|
"test/pdfmake-import-default-tests.ts",
|
|
|
|
|
"test/pdfmake-module-browser-tests.ts",
|
|
|
|
|
"test/pdfmake-module-server-tests.ts"
|
2018-04-09 19:14:07 +00:00
|
|
|
]
|
|
|
|
|
}
|