UNPKG

@puerts/cli

Version:

PureTS is a quick scaffold tool, which can be used in the project.

17 lines 376 B
{ "compilerOptions": { "target": "ES2018", "module": "ESNext", "jsx": "preserve", "experimentalDecorators": true, "esModuleInterop":true, "typeRoots": [ "./node_modules/@types", "../Assets/Puerts/Typing", "../Assets/Gen/Typing" ] }, "inclde":[ "./src/*.ts" ] }