mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 10:39:29 +08:00
11 lines
154 B
Text
11 lines
154 B
Text
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"noEmit": true,
|
|
"strict": true
|
|
},
|
|
"files": [
|
|
"./example.ts"
|
|
]
|
|
}
|