UNPKG

aerofly-missions

Version:

The Aerofly Missionsgerät converts simulator flight plan files for Aerofly FS 4, Microsoft Flight Simulator, X-Plane, GeoFS, and Garmin / Infinite Flight flight plan files. It also imports SimBrief flight plans.

17 lines (16 loc) 398 B
{ "compilerOptions": { /* Visit https://aka.ms/tsconfig.json to read more about this file */ "target": "es2017", "module": "ES2015", "rootDir": "./src", "outDir": "./dist", "moduleResolution": "node", "strict": true, "esModuleInterop": true, "sourceMap": false, "newLine": "LF", "forceConsistentCasingInFileNames": true, "skipLibCheck": true } }