16 lines
363 B
JSON
16 lines
363 B
JSON
{
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"outDir": "public_gen",
|
|
"noImplicitAny": false,
|
|
"target": "es5",
|
|
"rootDir": "public",
|
|
"module": "system",
|
|
"noEmitOnError": true,
|
|
"moduleResolution": "classic"
|
|
}
|
|
}
|