14 lines
245 B
JSON
14 lines
245 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"noImplicitAny": false,
|
|
"sourceMap": false,
|
|
"outDir": "bin",
|
|
"incremental": true,
|
|
},
|
|
"files": [
|
|
"pogen.ts"
|
|
]
|
|
}
|