2018-12-04 19:02:45 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"module": "commonjs",
|
2020-04-02 22:53:48 +02:00
|
|
|
"lib": ["es6", "dom"]
|
2018-12-04 19:02:45 +01:00
|
|
|
|
2019-03-19 21:15:15 +01:00
|
|
|
/*
|
2018-12-04 19:02:45 +01:00
|
|
|
"typeRoots": [],
|
2019-03-19 21:15:15 +01:00
|
|
|
"types": [],
|
|
|
|
*/
|
2018-12-04 19:02:45 +01:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"declarator.ts",
|
|
|
|
"index.ts"
|
|
|
|
]
|
|
|
|
}
|