17 lines
No EOL
242 B
JSON
17 lines
No EOL
242 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"moduleResolution": "node",
|
|
"module": "commonjs",
|
|
"lib": ["es6", "dom"],
|
|
|
|
/*
|
|
"typeRoots": [],
|
|
"types": [],
|
|
*/
|
|
},
|
|
"files": [
|
|
"declarator.ts",
|
|
"index.ts"
|
|
]
|
|
} |