mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-01 01:59:55 +00:00
16 lines
335 B
JSON
16 lines
335 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationDir": "./dist",
|
|
"module": "CommonJS",
|
|
"noImplicitAny": true,
|
|
"lib": ["es2017", "es7", "es6", "dom"],
|
|
"outDir": "./dist",
|
|
"target": "ES5",
|
|
"moduleResolution": "Node"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|