UNPKG

vlang-loader

Version:

Webpack loader for the V programming language; supports JS and WASM builds

32 lines (27 loc) 701 B
{ "compilerOptions": { "target": "ES6", "module": "commonjs", "resolveJsonModule": true, "outDir": "./dist", "rootDir": "./src", "strict": true, "noImplicitAny": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitThis": true, "alwaysStrict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "exclude": [ "./tests/**/*" ] }