18 lines
363 B
JSON
18 lines
363 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"allowJs": true,
|
|
"target": "ESNext",
|
|
"sourceMap": true,
|
|
"removeComments": false,
|
|
"declaration": true,
|
|
"rootDir": "src",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"src/excellentexport.ts",
|
|
"test/**/*.{ts,js}"
|
|
]
|
|
}
|