UNPKG

create-cesiumjs

Version:

The recommended way to start a Vite-powered CesiumJS project

16 lines (15 loc) 340 B
{ "extends": "./tsconfig.app.json", "include": [ "env.d.ts", "src/**/*", "src/**/*.vue", "cypress/support/component.*", "cypress/support/commands.ts" ], "exclude": [], "compilerOptions": { "composite": true, "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.cypress-ct.tsbuildinfo" } }