mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
9dab00d156
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
15 lines
323 B
JSON
15 lines
323 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noImplicitAny": true,
|
|
"preserveConstEnums": true,
|
|
"inlineSourceMap": true,
|
|
"strictNullChecks": true,
|
|
"outDir": "./build/",
|
|
"skipLibCheck": true,
|
|
"lib": ["es6"],
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["src/**/*.ts", "test/**/*.ts", "typings/**/*.d.ts"]
|
|
}
|