47e764132f
WIP lib graphique
17 lines
398 B
JSON
17 lines
398 B
JSON
{
|
|
"include": ["./definitions.d.ts", "./rootfs overrides/**/*"],
|
|
"compilerOptions": {
|
|
// Tells TypeScript to read JS files, as
|
|
// normally they are ignored as source files
|
|
"allowJs": true,
|
|
// Generate d.ts files
|
|
"declaration": true,
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true,
|
|
"lib": [ "ES2016" ],
|
|
"target": "es2016",
|
|
"moduleResolution":"Node",
|
|
"noImplicitAny": true,
|
|
}
|
|
}
|