mirror of
https://github.com/renorris/openfsd
synced 2026-03-22 06:25:35 +08:00
12 lines
208 B
JSON
12 lines
208 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "esnext",
|
|
"outDir": "./dist/",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|