UNPKG

@nova-ts/cli

Version:

A command-line interface for Nova framework to scaffold and manage projects easily and efficiently.

16 lines 432 B
{ "compilerOptions": { "target": "esnext", "module": "esnext", "moduleResolution": "node", "esModuleInterop": true, "strictPropertyInitialization": false, "rootDir": "src", "outDir": "nova", "emitDecoratorMetadata": true, "experimentalDecorators": true, "strict": true }, "include": ["src"], "exclude": ["node_modules"] }