1{
2    "compilerOptions": {
3        "module": "commonjs",
4        "lib": ["es6", "dom"],
5        "noImplicitAny": true,
6        "noImplicitThis": true,
7        "strictNullChecks": true,
8        "strictFunctionTypes": true,
9        "noEmit": true,
10
11        "baseUrl": ".",
12        "paths": { "canvaskit-wasm": ["."] }
13    }
14}
15