mirror of
https://github.com/gnu4cn/ts-learnings.git
synced 2024-12-27 13:20:11 +08:00
11 lines
158 B
JSON
11 lines
158 B
JSON
{
|
|
"files": [
|
|
"src/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"target": "es5",
|
|
"outDir": "dist/"
|
|
}
|
|
}
|