UNPKG

ts2dart

Version:

Transpile TypeScript code to Dart

14 lines (13 loc) 278 B
{ "compilerOptions": { "module": "commonjs", "moduleResolution": "node", "baseUrl": ".", "noEmit": true, "noEmitOnError": true, "paths": {"mapped/*": ["map_target/*"]}, "rootDir": ".", "outDir": "../../build/tsc_e2e", "target": "ES6" } }