UNPKG

ts2dart

Version:

Transpile TypeScript code to Dart

13 lines (12 loc) 229 B
{ "compilerOptions": { "module": "commonjs", "moduleResolution": "node", "baseUrl": ".", "noEmit": true, "noEmitOnError": true, "rootDir": ".", "outDir": "../../build/e2e", "target": "ES6" } }