14 lines
230 B
JSON
14 lines
230 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"lib": [
|
|
"dom"
|
|
],
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "dist",
|
|
"rootDir": "lib",
|
|
"strict": true
|
|
}
|
|
}
|