11 lines
218 B
JSON
11 lines
218 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["index.ts", "parser.ts", "render.ts"]
|
|
}
|