Commit cdac05f7 authored by wildfirecode's avatar wildfirecode

1

parents
export var hello = function () {
alert('hello...');
};
//# sourceMappingURL=index.js.map
\ No newline at end of file
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,IAAM,KAAK,GAAE;IAChB,KAAK,CAAC,UAAU,CAAC,CAAA;AACrB,CAAC,CAAA"}
\ No newline at end of file
{
"name": "libdemo",
"version": "0.0.1",
"description": "",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"scripts": { },
"author": "",
"license": "ISC"
}
\ No newline at end of file
export const hello =()=>{
alert('hello...')
}
\ No newline at end of file
{
"compilerOptions": {
"target": "es5",
"module": "es6",
"sourceMap": true,
"noImplicitAny": false,
"noEmitOnError": true,
"declarationDir": "./types",
"declaration": true,
"outDir": "./dist"
},
"exclude": [
"node_modules",
"dist",
"types",
]
}
\ No newline at end of file
export declare const hello: () => void;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment