blob: 98dd08e0997dd3d5531c5acaebfc51d31c186b9d [file] [log] [blame]
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6", "dom"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"noEmit": true,
"baseUrl": ".",
"paths": { "canvaskit-wasm": ["."] }
}
}