mirror of
https://github.com/JosunLP/UserScriptProjectTemplate.git
synced 2025-06-21 10:11:07 +00:00
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"module": "ESNext",
|
|
"target": "ESNext",
|
|
"allowJs": false,
|
|
"moduleResolution": "node",
|
|
"sourceMap": true
|
|
}
|
|
}
|