2019-11-23 20:08:30 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"outDir": "./built",
|
|
|
|
"allowJs": true,
|
2020-02-24 15:16:49 +00:00
|
|
|
"strictNullChecks": true,
|
2019-11-23 20:08:30 +00:00
|
|
|
"target": "es5",
|
|
|
|
"module": "commonjs",
|
|
|
|
"esModuleInterop": true
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"./lib/**/*"
|
|
|
|
]
|
|
|
|
}
|