mirror of
https://github.com/danbulant/ester_os
synced 2026-05-19 04:08:44 +00:00
11 lines
No EOL
220 B
JSON
11 lines
No EOL
220 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./build/",
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"module": "es6",
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"allowJs": true
|
|
}
|
|
} |