2017-07-04 06:26:51 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
|
|
|
"lib": [ "es5", "dom" ],
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noImplicitThis": true,
|
2018-10-19 17:13:54 +00:00
|
|
|
"strictNullChecks": true,
|
2017-07-04 06:26:51 +00:00
|
|
|
"baseUrl": ".",
|
|
|
|
"paths": { "printj": ["."] },
|
|
|
|
"types": [],
|
|
|
|
"noEmit": true,
|
|
|
|
"forceConsistentCasingInFileNames": true
|
|
|
|
}
|
|
|
|
}
|