ts-learnings/projects/tsconfig.json
rust-lang.xfoss.com 4e70b88dff Moved to mdbook.
2023-03-28 09:46:23 +08:00

15 lines
276 B
JSON

{
"include": [
"src/*.ts"
],
"compilerOptions": {
"noImplicitAny": true,
"target": "es2015",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"types": [
"reflect-metadata"
]
}
}