Today if one will issue the zk file command being within the project's root dir, application will determine the file type/extension by checking the tsconfig.json (.ts or .js).
We also allow users create zkApps sources and tests while letting them be within the src/ but in this case files extension/type will always be .js.
Today if one will issue the
zk filecommand being within the project's root dir, application will determine the file type/extension by checking thetsconfig.json(.tsor.js).We also allow users create zkApps sources and tests while letting them be within the
src/but in this case files extension/type will always be.js.