mirror of
https://codeberg.org/reflect/reflect-client-js.git
synced 2025-09-13 22:03:41 +02:00
10 lines
No EOL
189 B
JSON
10 lines
No EOL
189 B
JSON
{
|
|
"compilerOptions": {
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"module": "amd",
|
|
"target": "ES6",
|
|
"rootDir": "./src",
|
|
"outFile": "./build/Reflect.js"
|
|
}
|
|
} |